Html Css Color HEX #B07CEB Medium Purple

📋 copy color: '#B07CEB'

red 176 ◦ green 124 ◦ blue 235

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

Shades of Medium Purple #B07CEB

Tints of Medium Purple #B07CEB

RGB

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

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

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

R = 32.9%
G = 23.18%
B = 43.93%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B07CEB (or 0xB07CEB) is known color: Medium Purple. HEX triplet: B0, 7C and EB. RGB value is (176,124,235). Sum of RGB (Red+Green+Blue) = 176+124+235=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #B07CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07CEB is #4F8314. Grayscale: #979797. Windows color (decimal): -5210901 or 15432880. OLE color: 15432880.

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

Color convert

RGB 176 124 235 -
CMYK 0.25 0.47 0 0.08
HSL 268.11º 0.74% 0.7% -
HSV(B) 268.11º 0.47% 0.92% -
XYZ 40.11 29.64 82.21 -
YUV 152.2 174.73 144.97 -
System Red Green Blue C M Y K H S L
Decimal 176 124 235 0.25 0.47 0 0.08 268.11 0.74 0.7
Hex B0 7C EB 19 2F 0 8 10C 4A 46
Octal 260 174 353 31 57 0 10 414 112 106
Binary 10110000 1111100 11101011 11001 101111 0 1000 100001100 1001010 1000110

Color Harmonies of #B07CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07CEB

Black with #B07CEB

Text Example


Text Example

White with #B07CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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