Html Css Color HEX #B850CA Medium Orchid

📋 copy color: '#B850CA'

red 184 ◦ green 80 ◦ blue 202

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

Shades of Medium Orchid #B850CA

Tints of Medium Orchid #B850CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.35%

R = 39.48%
G = 17.17%
B = 43.35%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B850CA (or 0xB850CA) is known color: Medium Orchid. HEX triplet: B8, 50 and CA. RGB value is (184,80,202). Sum of RGB (Red+Green+Blue) = 184+80+202=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #B850CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B850CA is #47AF35. Grayscale: #7C7C7C. Windows color (decimal): -4697910 or 13258936. OLE color: 13258936.

HSL color Cylindrical-coordinate representation of color #B850CA: hue angle of 291.15º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B850CA is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 80 202 -
CMYK 0.09 0.60 0 0.21
HSL 291.15º 0.54% 0.55% -
HSV(B) 291.15º 0.6% 0.79% -
XYZ 33.3 20.19 58.02 -
YUV 125 171.46 170.08 -
System Red Green Blue C M Y K H S L
Decimal 184 80 202 0.09 0.60 0 0.21 291.15 0.54 0.55
Hex B8 50 CA 9 3C 0 15 123 36 37
Octal 270 120 312 11 74 0 25 443 66 67
Binary 10111000 1010000 11001010 1001 111100 0 10101 100100011 110110 110111

Color Harmonies of #B850CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B850CA

Black with #B850CA

Text Example


Text Example

White with #B850CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B850CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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