Html Css Color HEX #B858CE Medium Orchid

📋 copy color: '#B858CE'

red 184 ◦ green 88 ◦ blue 206

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

Shades of Medium Orchid #B858CE

Tints of Medium Orchid #B858CE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.41%

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 38.49%
G = 18.41%
B = 43.1%

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

#B858CE (or 0xB858CE) is known color: Medium Orchid. HEX triplet: B8, 58 and CE. RGB value is (184,88,206). Sum of RGB (Red+Green+Blue) = 184+88+206=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #B858CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858CE is #47A731. Grayscale: #818181. Windows color (decimal): -4695858 or 13523128. OLE color: 13523128.

HSL color Cylindrical-coordinate representation of color #B858CE: hue angle of 288.81º 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 #B858CE is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 88 206 -
CMYK 0.11 0.57 0 0.19
HSL 288.81º 0.55% 0.58% -
HSV(B) 288.81º 0.57% 0.81% -
XYZ 34.4 21.63 60.75 -
YUV 130.16 170.8 166.41 -
System Red Green Blue C M Y K H S L
Decimal 184 88 206 0.11 0.57 0 0.19 288.81 0.55 0.58
Hex B8 58 CE B 39 0 13 121 37 3A
Octal 270 130 316 13 71 0 23 441 67 72
Binary 10111000 1011000 11001110 1011 111001 0 10011 100100001 110111 111010

Color Harmonies of #B858CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B858CE

Black with #B858CE

Text Example


Text Example

White with #B858CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B858CE; }

 p { color: rgb(184,88,206); }

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

background-color css

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

 a { background-color: rgb(184,88,206); }

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

border-color css

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

 span { border-color: rgb(184,88,206); }

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