#B259CA

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

Shades of Medium Orchid #B259CA

Tints of Medium Orchid #B259CA

Color information

#B259CA (or 0xB259CA) is unknown color: approx Medium Orchid. HEX triplet: B2, 59 and CA. RGB value is (178,89,202). Sum of RGB (Red+Green+Blue) = 178+89+202=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #B259CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B259CA is #4DA635. Grayscale: #808080. Windows color (decimal): -5088822 or 13261234. OLE color: 13261234.

HSL color Cylindrical-coordinate representation of color #B259CA: hue angle of 287.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B259CA is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17889202-
CMYK0.120.5600.21
HSL287.26º51.6%57.06%-
HSV(B)287.26º55.94%79.22%-
XYZ32.5920.8758.19-
YUV128.49169.49163.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.95%
GREEN value IS 89 (35.16% from 255) = 18.98%
BLUE value IS 202 (79.30% from 255) = 43.07%
R=37.95%
G=18.98%
B=43.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178892020.120.5600.21287.2651.657.06
HexB259CAC3801511f3439
Octal26213131214700254376471
Binary101100101011001110010101100111000010101100011111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B259CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B259CA; }

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

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

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

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

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

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

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

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