Html Css Color HEX #B051E7 Medium Orchid

📋 copy color: '#B051E7'

red 176 ◦ green 81 ◦ blue 231

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

Shades of Medium Orchid #B051E7

Tints of Medium Orchid #B051E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.34%

R = 36.07%
G = 16.6%
B = 47.34%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B051E7 (or 0xB051E7) is known color: Medium Orchid. HEX triplet: B0, 51 and E7. RGB value is (176,81,231). Sum of RGB (Red+Green+Blue) = 176+81+231=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #B051E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B051E7 is #4FAE18. Grayscale: #7E7E7E. Windows color (decimal): -5221913 or 15159728. OLE color: 15159728.

HSL color Cylindrical-coordinate representation of color #B051E7: hue angle of 278º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B051E7 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 81 231 -
CMYK 0.24 0.65 0 0.09
HSL 278º 0.76% 0.61% -
HSV(B) 278º 0.65% 0.91% -
XYZ 35.27 20.88 77.77 -
YUV 126.51 186.97 163.3 -
System Red Green Blue C M Y K H S L
Decimal 176 81 231 0.24 0.65 0 0.09 278 0.76 0.61
Hex B0 51 E7 18 41 0 9 116 4C 3D
Octal 260 121 347 30 101 0 11 426 114 75
Binary 10110000 1010001 11100111 11000 1000001 0 1001 100010110 1001100 111101

Color Harmonies of #B051E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051E7

Black with #B051E7

Text Example


Text Example

White with #B051E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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