Html Css Color HEX #B07AEC Medium Purple

📋 copy color: '#B07AEC'

red 176 ◦ green 122 ◦ blue 236

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

Shades of Medium Purple #B07AEC

Tints of Medium Purple #B07AEC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.85%

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

R = 32.96%
G = 22.85%
B = 44.19%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B07AEC (or 0xB07AEC) is known color: Medium Purple. HEX triplet: B0, 7A and EC. RGB value is (176,122,236). Sum of RGB (Red+Green+Blue) = 176+122+236=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #B07AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07AEC is #4F8513. Grayscale: #969696. Windows color (decimal): -5211412 or 15497904. OLE color: 15497904.

HSL color Cylindrical-coordinate representation of color #B07AEC: hue angle of 268.42º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B07AEC is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 122 236 -
CMYK 0.25 0.48 0 0.07
HSL 268.42º 0.75% 0.7% -
HSV(B) 268.42º 0.48% 0.93% -
XYZ 40 29.21 82.89 -
YUV 151.14 175.89 145.73 -
System Red Green Blue C M Y K H S L
Decimal 176 122 236 0.25 0.48 0 0.07 268.42 0.75 0.7
Hex B0 7A EC 19 30 0 7 10C 4B 46
Octal 260 172 354 31 60 0 7 414 113 106
Binary 10110000 1111010 11101100 11001 110000 0 111 100001100 1001011 1000110

Color Harmonies of #B07AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07AEC

Black with #B07AEC

Text Example


Text Example

White with #B07AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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