Html Css Color HEX #B870CB Medium Orchid

📋 copy color: '#B870CB'

red 184 ◦ green 112 ◦ blue 203

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

Shades of Medium Orchid #B870CB

Tints of Medium Orchid #B870CB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.44%

 BLUE value IS 203 (79.69% from 255) = 40.68%

R = 36.87%
G = 22.44%
B = 40.68%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B870CB (or 0xB870CB) is known color: Medium Orchid. HEX triplet: B8, 70 and CB. RGB value is (184,112,203). Sum of RGB (Red+Green+Blue) = 184+112+203=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #B870CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B870CB is #478F34. Grayscale: #8F8F8F. Windows color (decimal): -4689717 or 13332664. OLE color: 13332664.

HSL color Cylindrical-coordinate representation of color #B870CB: hue angle of 287.47º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B870CB is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 112 203 -
CMYK 0.09 0.45 0 0.20
HSL 287.47º 0.47% 0.62% -
HSV(B) 287.47º 0.45% 0.8% -
XYZ 36.34 26.09 59.62 -
YUV 143.9 161.35 156.6 -
System Red Green Blue C M Y K H S L
Decimal 184 112 203 0.09 0.45 0 0.20 287.47 0.47 0.62
Hex B8 70 CB 9 2D 0 14 11F 2F 3E
Octal 270 160 313 11 55 0 24 437 57 76
Binary 10111000 1110000 11001011 1001 101101 0 10100 100011111 101111 111110

Color Harmonies of #B870CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B870CB

Black with #B870CB

Text Example


Text Example

White with #B870CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B870CB; }

 p { color: rgb(184,112,203); }

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

background-color css

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

 a { background-color: rgb(184,112,203); }

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

border-color css

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

 span { border-color: rgb(184,112,203); }

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