Html Css Color HEX #B859CF Medium Orchid

📋 copy color: '#B859CF'

red 184 ◦ green 89 ◦ blue 207

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

Shades of Medium Orchid #B859CF

Tints of Medium Orchid #B859CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.13%

R = 38.33%
G = 18.54%
B = 43.13%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B859CF (or 0xB859CF) is known color: Medium Orchid. HEX triplet: B8, 59 and CF. RGB value is (184,89,207). Sum of RGB (Red+Green+Blue) = 184+89+207=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #B859CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859CF is #47A630. Grayscale: #828282. Windows color (decimal): -4695601 or 13588920. OLE color: 13588920.

HSL color Cylindrical-coordinate representation of color #B859CF: hue angle of 288.31º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B859CF is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 89 207 -
CMYK 0.11 0.57 0 0.19
HSL 288.31º 0.55% 0.58% -
HSV(B) 288.31º 0.57% 0.81% -
XYZ 34.6 21.84 61.42 -
YUV 130.86 170.97 165.91 -
System Red Green Blue C M Y K H S L
Decimal 184 89 207 0.11 0.57 0 0.19 288.31 0.55 0.58
Hex B8 59 CF B 39 0 13 120 37 3A
Octal 270 131 317 13 71 0 23 440 67 72
Binary 10111000 1011001 11001111 1011 111001 0 10011 100100000 110111 111010

Color Harmonies of #B859CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B859CF

Black with #B859CF

Text Example


Text Example

White with #B859CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B859CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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