#B25CE2

Color #B25CE2 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B25CE2

Tints of Medium Orchid #B25CE2

Color information

#B25CE2 (or 0xB25CE2) is unknown color: approx Medium Orchid. HEX triplet: B2, 5C and E2. RGB value is (178,92,226). Sum of RGB (Red+Green+Blue) = 178+92+226=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 226 (88.67% from 255 or 45.56% from 496); Max value from RGB is 226 - color contains mainly: blue. Hex color #B25CE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25CE2 is #4DA31D. Grayscale: #848484. Windows color (decimal): -5088030 or 14834866. OLE color: 14834866.

HSL color Cylindrical-coordinate representation of color #B25CE2: hue angle of 278.51º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B25CE2 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17892226-
CMYK0.210.5900.11
HSL278.51º69.79%62.35%-
HSV(B)278.51º59.29%88.63%-
XYZ35.9122.6174.42-
YUV132.99180.49160.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 35.89%
GREEN value IS 92 (36.33% from 255) = 18.55%
BLUE value IS 226 (88.67% from 255) = 45.56%
R=35.89%
G=18.55%
B=45.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal178922260.210.5900.11278.5169.7962.35
HexB25CE2153B0B117463e
Octal262134342257301342710676
Binary1011001010111001110001010101111011010111000101111000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25CE2; }

 p { color: rgb(178,92,226); }

 H1.HeaderClassName
 {
   color: #B25CE2;
 }
 .AnyTagClassName
 {
   color: #B25CE2;
 }
</style>
background-color css

<style>
 a { background-color: #B25CE2; }

 a { background-color: rgb(178,92,226); }

 div.DivClassName
 {
   background-color: #B25CE2;
 }
 .BgClassName
 {
   background-color: #B25CE2;
 }
</style>
border-color css

<style>
 span { border-color: #B25CE2; }

 span { border-color: rgb(178,92,226); }

 td.TdClassName
 {
   border-color: #B25CE2;
 }
 .TagClassName
 {
   border-color: #B25CE2;
 }
</style>