Html Css Color HEX #B94DCA Medium Orchid

📋 copy color: '#B94DCA'

red 185 ◦ green 77 ◦ blue 202

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

Shades of Medium Orchid #B94DCA

Tints of Medium Orchid #B94DCA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.59%

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

R = 39.87%
G = 16.59%
B = 43.53%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B94DCA (or 0xB94DCA) is known color: Medium Orchid. HEX triplet: B9, 4D and CA. RGB value is (185,77,202). Sum of RGB (Red+Green+Blue) = 185+77+202=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #B94DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DCA is #46B235. Grayscale: #7B7B7B. Windows color (decimal): -4633142 or 13258169. OLE color: 13258169.

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

Color convert

RGB 185 77 202 -
CMYK 0.08 0.62 0 0.21
HSL 291.84º 0.54% 0.55% -
HSV(B) 291.84º 0.62% 0.79% -
XYZ 33.32 19.89 57.96 -
YUV 123.54 172.28 171.84 -
System Red Green Blue C M Y K H S L
Decimal 185 77 202 0.08 0.62 0 0.21 291.84 0.54 0.55
Hex B9 4D CA 8 3E 0 15 124 36 37
Octal 271 115 312 10 76 0 25 444 66 67
Binary 10111001 1001101 11001010 1000 111110 0 10101 100100100 110110 110111

Color Harmonies of #B94DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94DCA

Black with #B94DCA

Text Example


Text Example

White with #B94DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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