Html Css Color HEX #B051DD Medium Orchid

📋 copy color: '#B051DD'

red 176 ◦ green 81 ◦ blue 221

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

Shades of Medium Orchid #B051DD

Tints of Medium Orchid #B051DD

RGB

 RED value IS 176 (69.14% from 255) = 36.82%

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

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

R = 36.82%
G = 16.95%
B = 46.23%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B051DD (or 0xB051DD) is known color: Medium Orchid. HEX triplet: B0, 51 and DD. RGB value is (176,81,221). Sum of RGB (Red+Green+Blue) = 176+81+221=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #B051DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051DD is #4FAE22. Grayscale: #7C7C7C. Windows color (decimal): -5221923 or 14504368. OLE color: 14504368.

HSL color Cylindrical-coordinate representation of color #B051DD: hue angle of 280.71º 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 #B051DD is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 81 221 -
CMYK 0.20 0.63 0 0.13
HSL 280.71º 0.67% 0.59% -
HSV(B) 280.71º 0.63% 0.87% -
XYZ 33.9 20.34 70.55 -
YUV 125.37 181.97 164.12 -
System Red Green Blue C M Y K H S L
Decimal 176 81 221 0.20 0.63 0 0.13 280.71 0.67 0.59
Hex B0 51 DD 14 3F 0 D 119 43 3B
Octal 260 121 335 24 77 0 15 431 103 73
Binary 10110000 1010001 11011101 10100 111111 0 1101 100011001 1000011 111011

Color Harmonies of #B051DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051DD

Black with #B051DD

Text Example


Text Example

White with #B051DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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