Html Css Color HEX #B850CB Medium Orchid

📋 copy color: '#B850CB'

red 184 ◦ green 80 ◦ blue 203

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

Shades of Medium Orchid #B850CB

Tints of Medium Orchid #B850CB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.13%

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

R = 39.4%
G = 17.13%
B = 43.47%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B850CB (or 0xB850CB) is known color: Medium Orchid. HEX triplet: B8, 50 and CB. RGB value is (184,80,203). Sum of RGB (Red+Green+Blue) = 184+80+203=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #B850CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B850CB is #47AF34. Grayscale: #7C7C7C. Windows color (decimal): -4697909 or 13324472. OLE color: 13324472.

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

Color convert

RGB 184 80 203 -
CMYK 0.09 0.61 0 0.20
HSL 290.73º 0.54% 0.55% -
HSV(B) 290.73º 0.61% 0.8% -
XYZ 33.42 20.24 58.65 -
YUV 125.12 171.96 170 -
System Red Green Blue C M Y K H S L
Decimal 184 80 203 0.09 0.61 0 0.20 290.73 0.54 0.55
Hex B8 50 CB 9 3D 0 14 123 36 37
Octal 270 120 313 11 75 0 24 443 66 67
Binary 10111000 1010000 11001011 1001 111101 0 10100 100100011 110110 110111

Color Harmonies of #B850CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B850CB

Black with #B850CB

Text Example


Text Example

White with #B850CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B850CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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