Html Css Color HEX #B07EED Medium Purple

📋 copy color: '#B07EED'

red 176 ◦ green 126 ◦ blue 237

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

Shades of Medium Purple #B07EED

Tints of Medium Purple #B07EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.97%

R = 32.65%
G = 23.38%
B = 43.97%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B07EED (or 0xB07EED) is known color: Medium Purple. HEX triplet: B0, 7E and ED. RGB value is (176,126,237). Sum of RGB (Red+Green+Blue) = 176+126+237=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #B07EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07EED is #4F8112. Grayscale: #999999. Windows color (decimal): -5210387 or 15564464. OLE color: 15564464.

HSL color Cylindrical-coordinate representation of color #B07EED: hue angle of 267.03º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B07EED is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 126 237 -
CMYK 0.26 0.47 0 0.07
HSL 267.03º 0.76% 0.71% -
HSV(B) 267.03º 0.47% 0.93% -
XYZ 40.65 30.27 83.82 -
YUV 153.6 175.07 143.97 -
System Red Green Blue C M Y K H S L
Decimal 176 126 237 0.26 0.47 0 0.07 267.03 0.76 0.71
Hex B0 7E ED 1A 2F 0 7 10B 4C 47
Octal 260 176 355 32 57 0 7 413 114 107
Binary 10110000 1111110 11101101 11010 101111 0 111 100001011 1001100 1000111

Color Harmonies of #B07EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07EED

Black with #B07EED

Text Example


Text Example

White with #B07EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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