Html Css Color HEX #B954DD Medium Orchid

📋 copy color: '#B954DD'

red 185 ◦ green 84 ◦ blue 221

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

Shades of Medium Orchid #B954DD

Tints of Medium Orchid #B954DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.1%

R = 37.76%
G = 17.14%
B = 45.1%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B954DD (or 0xB954DD) is known color: Medium Orchid. HEX triplet: B9, 54 and DD. RGB value is (185,84,221). Sum of RGB (Red+Green+Blue) = 185+84+221=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 84 (33.20% from 255 or 17.14% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #B954DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B954DD is #46AB22. Grayscale: #818181. Windows color (decimal): -4631331 or 14505145. OLE color: 14505145.

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

Color convert

RGB 185 84 221 -
CMYK 0.16 0.62 0 0.13
HSL 284.23º 0.67% 0.6% -
HSV(B) 284.23º 0.62% 0.87% -
XYZ 36.23 21.88 70.72 -
YUV 129.82 179.46 167.36 -
System Red Green Blue C M Y K H S L
Decimal 185 84 221 0.16 0.62 0 0.13 284.23 0.67 0.6
Hex B9 54 DD 10 3E 0 D 11C 43 3C
Octal 271 124 335 20 76 0 15 434 103 74
Binary 10111001 1010100 11011101 10000 111110 0 1101 100011100 1000011 111100

Color Harmonies of #B954DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B954DD

Black with #B954DD

Text Example


Text Example

White with #B954DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B954DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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