Html Css Color HEX #B94ACE Medium Orchid

📋 copy color: '#B94ACE'

red 185 ◦ green 74 ◦ blue 206

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

Shades of Medium Orchid #B94ACE

Tints of Medium Orchid #B94ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.3%

R = 39.78%
G = 15.91%
B = 44.3%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B94ACE (or 0xB94ACE) is known color: Medium Orchid. HEX triplet: B9, 4A and CE. RGB value is (185,74,206). Sum of RGB (Red+Green+Blue) = 185+74+206=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #B94ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94ACE is #46B531. Grayscale: #797979. Windows color (decimal): -4633906 or 13519545. OLE color: 13519545.

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

Color convert

RGB 185 74 206 -
CMYK 0.10 0.64 0 0.19
HSL 290.45º 0.57% 0.55% -
HSV(B) 290.45º 0.64% 0.81% -
XYZ 33.6 19.67 60.42 -
YUV 122.24 175.27 172.77 -
System Red Green Blue C M Y K H S L
Decimal 185 74 206 0.10 0.64 0 0.19 290.45 0.57 0.55
Hex B9 4A CE A 40 0 13 122 39 37
Octal 271 112 316 12 100 0 23 442 71 67
Binary 10111001 1001010 11001110 1010 1000000 0 10011 100100010 111001 110111

Color Harmonies of #B94ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94ACE

Black with #B94ACE

Text Example


Text Example

White with #B94ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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