Html Css Color HEX #B950CA Medium Orchid

📋 copy color: '#B950CA'

red 185 ◦ green 80 ◦ blue 202

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

Shades of Medium Orchid #B950CA

Tints of Medium Orchid #B950CA

RGB

 RED value IS 185 (72.66% from 255) = 39.61%

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

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

R = 39.61%
G = 17.13%
B = 43.25%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B950CA (or 0xB950CA) is known color: Medium Orchid. HEX triplet: B9, 50 and CA. RGB value is (185,80,202). Sum of RGB (Red+Green+Blue) = 185+80+202=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #B950CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B950CA is #46AF35. Grayscale: #7C7C7C. Windows color (decimal): -4632374 or 13258937. OLE color: 13258937.

HSL color Cylindrical-coordinate representation of color #B950CA: hue angle of 291.64º 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 #B950CA is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 80 202 -
CMYK 0.08 0.60 0 0.21
HSL 291.64º 0.54% 0.55% -
HSV(B) 291.64º 0.6% 0.79% -
XYZ 33.54 20.32 58.03 -
YUV 125.3 171.29 170.58 -
System Red Green Blue C M Y K H S L
Decimal 185 80 202 0.08 0.60 0 0.21 291.64 0.54 0.55
Hex B9 50 CA 8 3C 0 15 124 36 37
Octal 271 120 312 10 74 0 25 444 66 67
Binary 10111001 1010000 11001010 1000 111100 0 10101 100100100 110110 110111

Color Harmonies of #B950CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B950CA

Black with #B950CA

Text Example


Text Example

White with #B950CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B950CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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