Html Css Color HEX #B07BEB Medium Purple

📋 copy color: '#B07BEB'

red 176 ◦ green 123 ◦ blue 235

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

Shades of Medium Purple #B07BEB

Tints of Medium Purple #B07BEB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.03%

 BLUE value IS 235 (92.19% from 255) = 44.01%

R = 32.96%
G = 23.03%
B = 44.01%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B07BEB (or 0xB07BEB) is known color: Medium Purple. HEX triplet: B0, 7B and EB. RGB value is (176,123,235). Sum of RGB (Red+Green+Blue) = 176+123+235=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #B07BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07BEB is #4F8414. Grayscale: #979797. Windows color (decimal): -5211157 or 15432624. OLE color: 15432624.

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

Color convert

RGB 176 123 235 -
CMYK 0.25 0.48 0 0.08
HSL 268.39º 0.74% 0.7% -
HSV(B) 268.39º 0.48% 0.92% -
XYZ 39.98 29.39 82.16 -
YUV 151.62 175.06 145.39 -
System Red Green Blue C M Y K H S L
Decimal 176 123 235 0.25 0.48 0 0.08 268.39 0.74 0.7
Hex B0 7B EB 19 30 0 8 10C 4A 46
Octal 260 173 353 31 60 0 10 414 112 106
Binary 10110000 1111011 11101011 11001 110000 0 1000 100001100 1001010 1000110

Color Harmonies of #B07BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07BEB

Black with #B07BEB

Text Example


Text Example

White with #B07BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07BEB; }

 p { color: rgb(176,123,235); }

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

background-color css

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

 a { background-color: rgb(176,123,235); }

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

border-color css

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

 span { border-color: rgb(176,123,235); }

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