Html Css Color HEX #B07EEF Medium Purple

📋 copy color: '#B07EEF'

red 176 ◦ green 126 ◦ blue 239

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

Shades of Medium Purple #B07EEF

Tints of Medium Purple #B07EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.29%

 BLUE value IS 239 (93.75% from 255) = 44.18%

R = 32.53%
G = 23.29%
B = 44.18%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B07EEF (or 0xB07EEF) is known color: Medium Purple. HEX triplet: B0, 7E and EF. RGB value is (176,126,239). Sum of RGB (Red+Green+Blue) = 176+126+239=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #B07EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07EEF is #4F8110. Grayscale: #999999. Windows color (decimal): -5210385 or 15695536. OLE color: 15695536.

HSL color Cylindrical-coordinate representation of color #B07EEF: hue angle of 266.55º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B07EEF is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 126 239 -
CMYK 0.26 0.47 0 0.06
HSL 266.55º 0.78% 0.72% -
HSV(B) 266.55º 0.47% 0.94% -
XYZ 40.95 30.38 85.37 -
YUV 153.83 176.07 143.81 -
System Red Green Blue C M Y K H S L
Decimal 176 126 239 0.26 0.47 0 0.06 266.55 0.78 0.72
Hex B0 7E EF 1A 2F 0 6 10B 4E 48
Octal 260 176 357 32 57 0 6 413 116 110
Binary 10110000 1111110 11101111 11010 101111 0 110 100001011 1001110 1001000

Color Harmonies of #B07EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07EEF

Black with #B07EEF

Text Example


Text Example

White with #B07EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07EEF; }

 p { color: rgb(176,126,239); }

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

background-color css

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

 a { background-color: rgb(176,126,239); }

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

border-color css

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

 span { border-color: rgb(176,126,239); }

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