#B25CCC

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

Shades of Medium Orchid #B25CCC

Tints of Medium Orchid #B25CCC

Color information

#B25CCC (or 0xB25CCC) is unknown color: approx Medium Orchid. HEX triplet: B2, 5C and CC. RGB value is (178,92,204). Sum of RGB (Red+Green+Blue) = 178+92+204=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #B25CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25CCC is #4DA333. Grayscale: #828282. Windows color (decimal): -5088052 or 13393074. OLE color: 13393074.

HSL color Cylindrical-coordinate representation of color #B25CCC: hue angle of 286.07º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B25CCC is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17892204-
CMYK0.130.5500.2
HSL286.07º52.34%58.04%-
HSV(B)286.07º54.9%80%-
XYZ33.0921.4859.53-
YUV130.48169.49161.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.55%
GREEN value IS 92 (36.33% from 255) = 19.41%
BLUE value IS 204 (80.08% from 255) = 43.04%
R=37.55%
G=19.41%
B=43.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal178922040.130.5500.2286.0752.3458.04
HexB25CCCD3701411e343a
Octal26213431415670244366472
Binary101100101011100110011001101110111010100100011110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25CCC; }

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

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

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

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

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

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

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

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