Html Css Color HEX #B94BCA Medium Orchid

📋 copy color: '#B94BCA'

red 185 ◦ green 75 ◦ blue 202

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

Shades of Medium Orchid #B94BCA

Tints of Medium Orchid #B94BCA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.23%

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

R = 40.04%
G = 16.23%
B = 43.72%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B94BCA (or 0xB94BCA) is known color: Medium Orchid. HEX triplet: B9, 4B and CA. RGB value is (185,75,202). Sum of RGB (Red+Green+Blue) = 185+75+202=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #B94BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94BCA is #46B435. Grayscale: #797979. Windows color (decimal): -4633654 or 13257657. OLE color: 13257657.

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

Color convert

RGB 185 75 202 -
CMYK 0.08 0.63 0 0.21
HSL 291.97º 0.55% 0.54% -
HSV(B) 291.97º 0.63% 0.79% -
XYZ 33.18 19.61 57.91 -
YUV 122.37 172.94 172.67 -
System Red Green Blue C M Y K H S L
Decimal 185 75 202 0.08 0.63 0 0.21 291.97 0.55 0.54
Hex B9 4B CA 8 3F 0 15 124 37 36
Octal 271 113 312 10 77 0 25 444 67 66
Binary 10111001 1001011 11001010 1000 111111 0 10101 100100100 110111 110110

Color Harmonies of #B94BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94BCA

Black with #B94BCA

Text Example


Text Example

White with #B94BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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