Html Css Color HEX #B94ACB Medium Orchid

📋 copy color: '#B94ACB'

red 185 ◦ green 74 ◦ blue 203

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

Shades of Medium Orchid #B94ACB

Tints of Medium Orchid #B94ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 40.04%
G = 16.02%
B = 43.94%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B94ACB (or 0xB94ACB) is known color: Medium Orchid. HEX triplet: B9, 4A and CB. RGB value is (185,74,203). Sum of RGB (Red+Green+Blue) = 185+74+203=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #B94ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94ACB is #46B534. Grayscale: #797979. Windows color (decimal): -4633909 or 13322937. OLE color: 13322937.

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

Color convert

RGB 185 74 203 -
CMYK 0.09 0.64 0 0.20
HSL 291.63º 0.55% 0.54% -
HSV(B) 291.63º 0.64% 0.8% -
XYZ 33.24 19.52 58.52 -
YUV 121.9 173.77 173.01 -
System Red Green Blue C M Y K H S L
Decimal 185 74 203 0.09 0.64 0 0.20 291.63 0.55 0.54
Hex B9 4A CB 9 40 0 14 124 37 36
Octal 271 112 313 11 100 0 24 444 67 66
Binary 10111001 1001010 11001011 1001 1000000 0 10100 100100100 110111 110110

Color Harmonies of #B94ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94ACB

Black with #B94ACB

Text Example


Text Example

White with #B94ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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