Html Css Color HEX #B07DE9 Medium Purple

📋 copy color: '#B07DE9'

red 176 ◦ green 125 ◦ blue 233

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

Shades of Medium Purple #B07DE9

Tints of Medium Purple #B07DE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.63%

R = 32.96%
G = 23.41%
B = 43.63%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B07DE9 (or 0xB07DE9) is known color: Medium Purple. HEX triplet: B0, 7D and E9. RGB value is (176,125,233). Sum of RGB (Red+Green+Blue) = 176+125+233=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #B07DE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07DE9 is #4F8216. Grayscale: #989898. Windows color (decimal): -5210647 or 15302064. OLE color: 15302064.

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

Color convert

RGB 176 125 233 -
CMYK 0.24 0.46 0 0.09
HSL 268.33º 0.71% 0.7% -
HSV(B) 268.33º 0.46% 0.91% -
XYZ 39.95 29.78 80.73 -
YUV 152.56 173.4 144.72 -
System Red Green Blue C M Y K H S L
Decimal 176 125 233 0.24 0.46 0 0.09 268.33 0.71 0.7
Hex B0 7D E9 18 2E 0 9 10C 47 46
Octal 260 175 351 30 56 0 11 414 107 106
Binary 10110000 1111101 11101001 11000 101110 0 1001 100001100 1000111 1000110

Color Harmonies of #B07DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07DE9

Black with #B07DE9

Text Example


Text Example

White with #B07DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07DE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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