Html Css Color HEX #B94DDB Medium Orchid

📋 copy color: '#B94DDB'

red 185 ◦ green 77 ◦ blue 219

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

Shades of Medium Orchid #B94DDB

Tints of Medium Orchid #B94DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.01%

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 38.46%
G = 16.01%
B = 45.53%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B94DDB (or 0xB94DDB) is known color: Medium Orchid. HEX triplet: B9, 4D and DB. RGB value is (185,77,219). Sum of RGB (Red+Green+Blue) = 185+77+219=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #B94DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DDB is #46B224. Grayscale: #7D7D7D. Windows color (decimal): -4633125 or 14372281. OLE color: 14372281.

HSL color Cylindrical-coordinate representation of color #B94DDB: hue angle of 285.63º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94DDB is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 77 219 -
CMYK 0.16 0.65 0 0.14
HSL 285.63º 0.66% 0.58% -
HSV(B) 285.63º 0.65% 0.86% -
XYZ 35.45 20.74 69.15 -
YUV 125.48 180.78 170.45 -
System Red Green Blue C M Y K H S L
Decimal 185 77 219 0.16 0.65 0 0.14 285.63 0.66 0.58
Hex B9 4D DB 10 41 0 E 11E 42 3A
Octal 271 115 333 20 101 0 16 436 102 72
Binary 10111001 1001101 11011011 10000 1000001 0 1110 100011110 1000010 111010

Color Harmonies of #B94DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94DDB

Black with #B94DDB

Text Example


Text Example

White with #B94DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94DDB; }

 p { color: rgb(185,77,219); }

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

background-color css

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

 a { background-color: rgb(185,77,219); }

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

border-color css

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

 span { border-color: rgb(185,77,219); }

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