Html Css Color HEX #B07DEE Medium Purple

📋 copy color: '#B07DEE'

red 176 ◦ green 125 ◦ blue 238

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

Shades of Medium Purple #B07DEE

Tints of Medium Purple #B07DEE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.19%

 BLUE value IS 238 (93.36% from 255) = 44.16%

R = 32.65%
G = 23.19%
B = 44.16%

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

#B07DEE (or 0xB07DEE) is known color: Medium Purple. HEX triplet: B0, 7D and EE. RGB value is (176,125,238). Sum of RGB (Red+Green+Blue) = 176+125+238=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #B07DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07DEE is #4F8211. Grayscale: #989898. Windows color (decimal): -5210642 or 15629744. OLE color: 15629744.

HSL color Cylindrical-coordinate representation of color #B07DEE: hue angle of 267.08º degrees, saturation: 0.77, 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 #B07DEE is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 125 238 -
CMYK 0.26 0.47 0 0.07
HSL 267.08º 0.77% 0.71% -
HSV(B) 267.08º 0.47% 0.93% -
XYZ 40.67 30.07 84.55 -
YUV 153.13 175.9 144.31 -
System Red Green Blue C M Y K H S L
Decimal 176 125 238 0.26 0.47 0 0.07 267.08 0.77 0.71
Hex B0 7D EE 1A 2F 0 7 10B 4D 47
Octal 260 175 356 32 57 0 7 413 115 107
Binary 10110000 1111101 11101110 11010 101111 0 111 100001011 1001101 1000111

Color Harmonies of #B07DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07DEE

Black with #B07DEE

Text Example


Text Example

White with #B07DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07DEE; }

 p { color: rgb(176,125,238); }

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

background-color css

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

 a { background-color: rgb(176,125,238); }

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

border-color css

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

 span { border-color: rgb(176,125,238); }

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