Html Css Color HEX #B859CA Medium Orchid

📋 copy color: '#B859CA'

red 184 ◦ green 89 ◦ blue 202

#B859CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B859CA

Tints of Medium Orchid #B859CA

RGB

 RED value IS 184 (72.27% from 255) = 38.74%

 GREEN value IS 89 (35.16% from 255) = 18.74%

 BLUE value IS 202 (79.3% from 255) = 42.53%

R = 38.74%
G = 18.74%
B = 42.53%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B859CA (or 0xB859CA) is known color: Medium Orchid. HEX triplet: B8, 59 and CA. RGB value is (184,89,202). Sum of RGB (Red+Green+Blue) = 184+89+202=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #B859CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859CA is #47A635. Grayscale: #818181. Windows color (decimal): -4695606 or 13261240. OLE color: 13261240.

HSL color Cylindrical-coordinate representation of color #B859CA: hue angle of 290.44º 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 #B859CA is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 89 202 -
CMYK 0.09 0.56 0 0.21
HSL 290.44º 0.52% 0.57% -
HSV(B) 290.44º 0.56% 0.79% -
XYZ 34 21.6 58.25 -
YUV 130.29 168.47 166.31 -
System Red Green Blue C M Y K H S L
Decimal 184 89 202 0.09 0.56 0 0.21 290.44 0.52 0.57
Hex B8 59 CA 9 38 0 15 122 34 39
Octal 270 131 312 11 70 0 25 442 64 71
Binary 10111000 1011001 11001010 1001 111000 0 10101 100100010 110100 111001

Color Harmonies of #B859CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B859CA

Black with #B859CA

Text Example


Text Example

White with #B859CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B859CA; }

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

 H1.HeaderClassName
 {
   color: #B859CA;
 }
 .AnyTagClassName
 {
   color: #B859CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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