#B259C4

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

Shades of Medium Orchid #B259C4

Tints of Medium Orchid #B259C4

Color information

#B259C4 (or 0xB259C4) is unknown color: approx Medium Orchid. HEX triplet: B2, 59 and C4. RGB value is (178,89,196). Sum of RGB (Red+Green+Blue) = 178+89+196=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 196 - color contains mainly: blue. Hex color #B259C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B259C4 is #4DA63B. Grayscale: #7F7F7F. Windows color (decimal): -5088828 or 12868018. OLE color: 12868018.

HSL color Cylindrical-coordinate representation of color #B259C4: hue angle of 289.91º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B259C4 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17889196-
CMYK0.090.5500.23
HSL289.91º47.56%55.88%-
HSV(B)289.91º54.59%76.86%-
XYZ31.920.654.52-
YUV127.81166.49163.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.44%
GREEN value IS 89 (35.16% from 255) = 19.22%
BLUE value IS 196 (76.95% from 255) = 42.33%
R=38.44%
G=19.22%
B=42.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal178891960.090.5500.23289.9147.5655.88
HexB259C49370171223038
Octal26213130411670274426070
Binary101100101011001110001001001110111010111100100010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B259C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B259C4; }

 p { color: rgb(178,89,196); }

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

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

 a { background-color: rgb(178,89,196); }

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

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

 span { border-color: rgb(178,89,196); }

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