Html Css Color HEX #B94ACD Medium Orchid

📋 copy color: '#B94ACD'

red 185 ◦ green 74 ◦ blue 205

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

Shades of Medium Orchid #B94ACD

Tints of Medium Orchid #B94ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.95%

 BLUE value IS 205 (80.47% from 255) = 44.18%

R = 39.87%
G = 15.95%
B = 44.18%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B94ACD (or 0xB94ACD) is known color: Medium Orchid. HEX triplet: B9, 4A and CD. RGB value is (185,74,205). Sum of RGB (Red+Green+Blue) = 185+74+205=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #B94ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94ACD is #46B532. Grayscale: #797979. Windows color (decimal): -4633907 or 13454009. OLE color: 13454009.

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

Color convert

RGB 185 74 205 -
CMYK 0.10 0.64 0 0.20
HSL 290.84º 0.57% 0.55% -
HSV(B) 290.84º 0.64% 0.8% -
XYZ 33.48 19.62 59.78 -
YUV 122.12 174.77 172.85 -
System Red Green Blue C M Y K H S L
Decimal 185 74 205 0.10 0.64 0 0.20 290.84 0.57 0.55
Hex B9 4A CD A 40 0 14 123 39 37
Octal 271 112 315 12 100 0 24 443 71 67
Binary 10111001 1001010 11001101 1010 1000000 0 10100 100100011 111001 110111

Color Harmonies of #B94ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94ACD

Black with #B94ACD

Text Example


Text Example

White with #B94ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94ACD; }

 p { color: rgb(185,74,205); }

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

background-color css

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

 a { background-color: rgb(185,74,205); }

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

border-color css

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

 span { border-color: rgb(185,74,205); }

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