Html Css Color HEX #B951DD Medium Orchid

📋 copy color: '#B951DD'

red 185 ◦ green 81 ◦ blue 221

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

Shades of Medium Orchid #B951DD

Tints of Medium Orchid #B951DD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.63%

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

R = 37.99%
G = 16.63%
B = 45.38%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B951DD (or 0xB951DD) is known color: Medium Orchid. HEX triplet: B9, 51 and DD. RGB value is (185,81,221). Sum of RGB (Red+Green+Blue) = 185+81+221=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #B951DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B951DD is #46AE22. Grayscale: #7F7F7F. Windows color (decimal): -4632099 or 14504377. OLE color: 14504377.

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

Color convert

RGB 185 81 221 -
CMYK 0.16 0.63 0 0.13
HSL 284.57º 0.67% 0.59% -
HSV(B) 284.57º 0.63% 0.87% -
XYZ 36 21.42 70.64 -
YUV 128.06 180.46 168.62 -
System Red Green Blue C M Y K H S L
Decimal 185 81 221 0.16 0.63 0 0.13 284.57 0.67 0.59
Hex B9 51 DD 10 3F 0 D 11D 43 3B
Octal 271 121 335 20 77 0 15 435 103 73
Binary 10111001 1010001 11011101 10000 111111 0 1101 100011101 1000011 111011

Color Harmonies of #B951DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B951DD

Black with #B951DD

Text Example


Text Example

White with #B951DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B951DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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