Html Css Color HEX #B051FF Medium Orchid

📋 copy color: '#B051FF'

red 176 ◦ green 81 ◦ blue 255

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

Shades of Medium Orchid #B051FF

Tints of Medium Orchid #B051FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.8%

R = 34.38%
G = 15.82%
B = 49.8%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B051FF (or 0xB051FF) is known color: Medium Orchid. HEX triplet: B0, 51 and FF. RGB value is (176,81,255). Sum of RGB (Red+Green+Blue) = 176+81+255=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 81 (32.03% from 255 or 15.82% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #B051FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B051FF is #4FAE00. Grayscale: #808080. Windows color (decimal): -5221889 or 16732592. OLE color: 16732592.

HSL color Cylindrical-coordinate representation of color #B051FF: hue angle of 272.76º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B051FF is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 81 255 -
CMYK 0.31 0.68 0 0
HSL 272.76º 1% 0.66% -
HSV(B) 272.76º 0.68% 1% -
XYZ 38.9 22.33 96.87 -
YUV 129.24 198.97 161.35 -
System Red Green Blue C M Y K H S L
Decimal 176 81 255 0.31 0.68 0 0 272.76 1 0.66
Hex B0 51 FF 1F 44 0 0 111 64 42
Octal 260 121 377 37 104 0 0 421 144 102
Binary 10110000 1010001 11111111 11111 1000100 0 0 100010001 1100100 1000010

Color Harmonies of #B051FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051FF

Black with #B051FF

Text Example


Text Example

White with #B051FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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