Html Css Color HEX #B94AD0 Medium Orchid

📋 copy color: '#B94AD0'

red 185 ◦ green 74 ◦ blue 208

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

Shades of Medium Orchid #B94AD0

Tints of Medium Orchid #B94AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.54%

R = 39.61%
G = 15.85%
B = 44.54%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B94AD0 (or 0xB94AD0) is known color: Medium Orchid. HEX triplet: B9, 4A and D0. RGB value is (185,74,208). Sum of RGB (Red+Green+Blue) = 185+74+208=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #B94AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94AD0 is #46B52F. Grayscale: #7A7A7A. Windows color (decimal): -4633904 or 13650617. OLE color: 13650617.

HSL color Cylindrical-coordinate representation of color #B94AD0: hue angle of 289.7º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B94AD0 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 74 208 -
CMYK 0.11 0.64 0 0.18
HSL 289.7º 0.59% 0.55% -
HSV(B) 289.7º 0.64% 0.82% -
XYZ 33.84 19.77 61.71 -
YUV 122.47 176.27 172.6 -
System Red Green Blue C M Y K H S L
Decimal 185 74 208 0.11 0.64 0 0.18 289.7 0.59 0.55
Hex B9 4A D0 B 40 0 12 122 3B 37
Octal 271 112 320 13 100 0 22 442 73 67
Binary 10111001 1001010 11010000 1011 1000000 0 10010 100100010 111011 110111

Color Harmonies of #B94AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94AD0

Black with #B94AD0

Text Example


Text Example

White with #B94AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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