Html Css Color HEX #B07DED Medium Purple

📋 copy color: '#B07DED'

red 176 ◦ green 125 ◦ blue 237

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

Shades of Medium Purple #B07DED

Tints of Medium Purple #B07DED

RGB

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

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

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

R = 32.71%
G = 23.23%
B = 44.05%

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

#B07DED (or 0xB07DED) is known color: Medium Purple. HEX triplet: B0, 7D and ED. RGB value is (176,125,237). Sum of RGB (Red+Green+Blue) = 176+125+237=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #B07DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07DED is #4F8212. Grayscale: #989898. Windows color (decimal): -5210643 or 15564208. OLE color: 15564208.

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

Color convert

RGB 176 125 237 -
CMYK 0.26 0.47 0 0.07
HSL 267.32º 0.76% 0.71% -
HSV(B) 267.32º 0.47% 0.93% -
XYZ 40.52 30.01 83.78 -
YUV 153.02 175.4 144.39 -
System Red Green Blue C M Y K H S L
Decimal 176 125 237 0.26 0.47 0 0.07 267.32 0.76 0.71
Hex B0 7D ED 1A 2F 0 7 10B 4C 47
Octal 260 175 355 32 57 0 7 413 114 107
Binary 10110000 1111101 11101101 11010 101111 0 111 100001011 1001100 1000111

Color Harmonies of #B07DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07DED

Black with #B07DED

Text Example


Text Example

White with #B07DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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