Html Css Color HEX #B051FB Medium Orchid

📋 copy color: '#B051FB'

red 176 ◦ green 81 ◦ blue 251

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

Shades of Medium Orchid #B051FB

Tints of Medium Orchid #B051FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.41%

R = 34.65%
G = 15.94%
B = 49.41%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B051FB (or 0xB051FB) is known color: Medium Orchid. HEX triplet: B0, 51 and FB. RGB value is (176,81,251). Sum of RGB (Red+Green+Blue) = 176+81+251=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 81 (32.03% from 255 or 15.94% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #B051FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B051FB is #4FAE04. Grayscale: #808080. Windows color (decimal): -5221893 or 16470448. OLE color: 16470448.

HSL color Cylindrical-coordinate representation of color #B051FB: hue angle of 273.53º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B051FB is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 81 251 -
CMYK 0.30 0.68 0 0.02
HSL 273.53º 0.96% 0.65% -
HSV(B) 273.53º 0.68% 0.98% -
XYZ 38.26 22.08 93.51 -
YUV 128.79 196.97 161.68 -
System Red Green Blue C M Y K H S L
Decimal 176 81 251 0.30 0.68 0 0.02 273.53 0.96 0.65
Hex B0 51 FB 1E 44 0 2 112 60 41
Octal 260 121 373 36 104 0 2 422 140 101
Binary 10110000 1010001 11111011 11110 1000100 0 10 100010010 1100000 1000001

Color Harmonies of #B051FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051FB

Black with #B051FB

Text Example


Text Example

White with #B051FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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