Html Css Color HEX #B954D1 Medium Orchid

📋 copy color: '#B954D1'

red 185 ◦ green 84 ◦ blue 209

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

Shades of Medium Orchid #B954D1

Tints of Medium Orchid #B954D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.72%

R = 38.7%
G = 17.57%
B = 43.72%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B954D1 (or 0xB954D1) is known color: Medium Orchid. HEX triplet: B9, 54 and D1. RGB value is (185,84,209). Sum of RGB (Red+Green+Blue) = 185+84+209=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #B954D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B954D1 is #46AB2E. Grayscale: #808080. Windows color (decimal): -4631343 or 13718713. OLE color: 13718713.

HSL color Cylindrical-coordinate representation of color #B954D1: hue angle of 288.48º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B954D1 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 84 209 -
CMYK 0.11 0.60 0 0.18
HSL 288.48º 0.58% 0.57% -
HSV(B) 288.48º 0.6% 0.82% -
XYZ 34.69 21.26 62.6 -
YUV 128.45 173.46 168.34 -
System Red Green Blue C M Y K H S L
Decimal 185 84 209 0.11 0.60 0 0.18 288.48 0.58 0.57
Hex B9 54 D1 B 3C 0 12 120 3A 39
Octal 271 124 321 13 74 0 22 440 72 71
Binary 10111001 1010100 11010001 1011 111100 0 10010 100100000 111010 111001

Color Harmonies of #B954D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B954D1

Black with #B954D1

Text Example


Text Example

White with #B954D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B954D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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