Html Css Color HEX #B94ADE Medium Orchid

📋 copy color: '#B94ADE'

red 185 ◦ green 74 ◦ blue 222

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

Shades of Medium Orchid #B94ADE

Tints of Medium Orchid #B94ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.15%

R = 38.46%
G = 15.38%
B = 46.15%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B94ADE (or 0xB94ADE) is known color: Medium Orchid. HEX triplet: B9, 4A and DE. RGB value is (185,74,222). Sum of RGB (Red+Green+Blue) = 185+74+222=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #B94ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94ADE is #46B521. Grayscale: #7B7B7B. Windows color (decimal): -4633890 or 14568121. OLE color: 14568121.

HSL color Cylindrical-coordinate representation of color #B94ADE: hue angle of 285º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B94ADE is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 74 222 -
CMYK 0.17 0.67 0 0.13
HSL 285º 0.69% 0.58% -
HSV(B) 285º 0.67% 0.87% -
XYZ 35.64 20.49 71.18 -
YUV 124.06 183.27 171.47 -
System Red Green Blue C M Y K H S L
Decimal 185 74 222 0.17 0.67 0 0.13 285 0.69 0.58
Hex B9 4A DE 11 43 0 D 11D 45 3A
Octal 271 112 336 21 103 0 15 435 105 72
Binary 10111001 1001010 11011110 10001 1000011 0 1101 100011101 1000101 111010

Color Harmonies of #B94ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94ADE

Black with #B94ADE

Text Example


Text Example

White with #B94ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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