Html Css Color HEX #B051DE Medium Orchid

📋 copy color: '#B051DE'

red 176 ◦ green 81 ◦ blue 222

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

Shades of Medium Orchid #B051DE

Tints of Medium Orchid #B051DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.35%

R = 36.74%
G = 16.91%
B = 46.35%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B051DE (or 0xB051DE) is known color: Medium Orchid. HEX triplet: B0, 51 and DE. RGB value is (176,81,222). Sum of RGB (Red+Green+Blue) = 176+81+222=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #B051DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051DE is #4FAE21. Grayscale: #7D7D7D. Windows color (decimal): -5221922 or 14569904. OLE color: 14569904.

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

Color convert

RGB 176 81 222 -
CMYK 0.21 0.64 0 0.13
HSL 280.43º 0.68% 0.59% -
HSV(B) 280.43º 0.64% 0.87% -
XYZ 34.03 20.39 71.25 -
YUV 125.48 182.47 164.04 -
System Red Green Blue C M Y K H S L
Decimal 176 81 222 0.21 0.64 0 0.13 280.43 0.68 0.59
Hex B0 51 DE 15 40 0 D 118 44 3B
Octal 260 121 336 25 100 0 15 430 104 73
Binary 10110000 1010001 11011110 10101 1000000 0 1101 100011000 1000100 111011

Color Harmonies of #B051DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051DE

Black with #B051DE

Text Example


Text Example

White with #B051DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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