Html Css Color HEX #B855CB Medium Orchid

📋 copy color: '#B855CB'

red 184 ◦ green 85 ◦ blue 203

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

Shades of Medium Orchid #B855CB

Tints of Medium Orchid #B855CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.01%

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

R = 38.98%
G = 18.01%
B = 43.01%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B855CB (or 0xB855CB) is known color: Medium Orchid. HEX triplet: B8, 55 and CB. RGB value is (184,85,203). Sum of RGB (Red+Green+Blue) = 184+85+203=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #B855CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855CB is #47AA34. Grayscale: #7F7F7F. Windows color (decimal): -4696629 or 13325752. OLE color: 13325752.

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

Color convert

RGB 184 85 203 -
CMYK 0.09 0.58 0 0.20
HSL 290.34º 0.53% 0.56% -
HSV(B) 290.34º 0.58% 0.8% -
XYZ 33.8 21 58.77 -
YUV 128.05 170.3 167.91 -
System Red Green Blue C M Y K H S L
Decimal 184 85 203 0.09 0.58 0 0.20 290.34 0.53 0.56
Hex B8 55 CB 9 3A 0 14 122 35 38
Octal 270 125 313 11 72 0 24 442 65 70
Binary 10111000 1010101 11001011 1001 111010 0 10100 100100010 110101 111000

Color Harmonies of #B855CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B855CB

Black with #B855CB

Text Example


Text Example

White with #B855CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B855CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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