Html Css Color HEX #B858DC Medium Orchid

📋 copy color: '#B858DC'

red 184 ◦ green 88 ◦ blue 220

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

Shades of Medium Orchid #B858DC

Tints of Medium Orchid #B858DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 37.4%
G = 17.89%
B = 44.72%

CMYK

 C value IS 0.16

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B858DC (or 0xB858DC) is known color: Medium Orchid. HEX triplet: B8, 58 and DC. RGB value is (184,88,220). Sum of RGB (Red+Green+Blue) = 184+88+220=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #B858DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858DC is #47A723. Grayscale: #838383. Windows color (decimal): -4695844 or 14440632. OLE color: 14440632.

HSL color Cylindrical-coordinate representation of color #B858DC: hue angle of 283.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B858DC is Cyan = 0.16, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 88 220 -
CMYK 0.16 0.6 0 0.14
HSL 283.64º 0.65% 0.6% -
HSV(B) 283.64º 0.6% 0.86% -
XYZ 36.18 22.34 70.12 -
YUV 131.75 177.8 165.27 -
System Red Green Blue C M Y K H S L
Decimal 184 88 220 0.16 0.6 0 0.14 283.64 0.65 0.6
Hex B8 58 DC 10 3C 0 E 11C 41 3C
Octal 270 130 334 20 74 0 16 434 101 74
Binary 10111000 1011000 11011100 10000 111100 0 1110 100011100 1000001 111100

Color Harmonies of #B858DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B858DC

Black with #B858DC

Text Example


Text Example

White with #B858DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B858DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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