Html Css Color HEX #B954DB Medium Orchid

📋 copy color: '#B954DB'

red 185 ◦ green 84 ◦ blue 219

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

Shades of Medium Orchid #B954DB

Tints of Medium Orchid #B954DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.21%

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

R = 37.91%
G = 17.21%
B = 44.88%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B954DB (or 0xB954DB) is known color: Medium Orchid. HEX triplet: B9, 54 and DB. RGB value is (185,84,219). Sum of RGB (Red+Green+Blue) = 185+84+219=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #B954DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B954DB is #46AB24. Grayscale: #818181. Windows color (decimal): -4631333 or 14374073. OLE color: 14374073.

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

Color convert

RGB 185 84 219 -
CMYK 0.16 0.62 0 0.14
HSL 284.89º 0.65% 0.59% -
HSV(B) 284.89º 0.62% 0.86% -
XYZ 35.96 21.77 69.32 -
YUV 129.59 178.46 167.52 -
System Red Green Blue C M Y K H S L
Decimal 185 84 219 0.16 0.62 0 0.14 284.89 0.65 0.59
Hex B9 54 DB 10 3E 0 E 11D 41 3B
Octal 271 124 333 20 76 0 16 435 101 73
Binary 10111001 1010100 11011011 10000 111110 0 1110 100011101 1000001 111011

Color Harmonies of #B954DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B954DB

Black with #B954DB

Text Example


Text Example

White with #B954DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B954DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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