Html Css Color HEX #B051FE Medium Orchid

📋 copy color: '#B051FE'

red 176 ◦ green 81 ◦ blue 254

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

Shades of Medium Orchid #B051FE

Tints of Medium Orchid #B051FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.71%

R = 34.44%
G = 15.85%
B = 49.71%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B051FE (or 0xB051FE) is known color: Medium Orchid. HEX triplet: B0, 51 and FE. RGB value is (176,81,254). Sum of RGB (Red+Green+Blue) = 176+81+254=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 81 (32.03% from 255 or 15.85% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #B051FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B051FE is #4FAE01. Grayscale: #808080. Windows color (decimal): -5221890 or 16667056. OLE color: 16667056.

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

Color convert

RGB 176 81 254 -
CMYK 0.31 0.68 0 0.00
HSL 272.95º 0.99% 0.66% -
HSV(B) 272.95º 0.68% 1% -
XYZ 38.74 22.27 96.02 -
YUV 129.13 198.47 161.43 -
System Red Green Blue C M Y K H S L
Decimal 176 81 254 0.31 0.68 0 0.00 272.95 0.99 0.66
Hex B0 51 FE 1F 44 0 0 111 63 42
Octal 260 121 376 37 104 0 0 421 143 102
Binary 10110000 1010001 11111110 11111 1000100 0 0 100010001 1100011 1000010

Color Harmonies of #B051FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051FE

Black with #B051FE

Text Example


Text Example

White with #B051FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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