Html Css Color HEX #B07CEC Medium Purple

📋 copy color: '#B07CEC'

red 176 ◦ green 124 ◦ blue 236

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

Shades of Medium Purple #B07CEC

Tints of Medium Purple #B07CEC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.13%

 BLUE value IS 236 (92.58% from 255) = 44.03%

R = 32.84%
G = 23.13%
B = 44.03%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B07CEC (or 0xB07CEC) is known color: Medium Purple. HEX triplet: B0, 7C and EC. RGB value is (176,124,236). Sum of RGB (Red+Green+Blue) = 176+124+236=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #B07CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07CEC is #4F8313. Grayscale: #979797. Windows color (decimal): -5210900 or 15498416. OLE color: 15498416.

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

Color convert

RGB 176 124 236 -
CMYK 0.25 0.47 0 0.07
HSL 267.86º 0.75% 0.71% -
HSV(B) 267.86º 0.47% 0.93% -
XYZ 40.25 29.7 82.97 -
YUV 152.32 175.23 144.89 -
System Red Green Blue C M Y K H S L
Decimal 176 124 236 0.25 0.47 0 0.07 267.86 0.75 0.71
Hex B0 7C EC 19 2F 0 7 10C 4B 47
Octal 260 174 354 31 57 0 7 414 113 107
Binary 10110000 1111100 11101100 11001 101111 0 111 100001100 1001011 1000111

Color Harmonies of #B07CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07CEC

Black with #B07CEC

Text Example


Text Example

White with #B07CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07CEC; }

 p { color: rgb(176,124,236); }

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

background-color css

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

 a { background-color: rgb(176,124,236); }

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

border-color css

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

 span { border-color: rgb(176,124,236); }

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