Html Css Color HEX #B07BE2 Medium Purple

📋 copy color: '#B07BE2'

red 176 ◦ green 123 ◦ blue 226

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

Shades of Medium Purple #B07BE2

Tints of Medium Purple #B07BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.05%

R = 33.52%
G = 23.43%
B = 43.05%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B07BE2 (or 0xB07BE2) is known color: Medium Purple. HEX triplet: B0, 7B and E2. RGB value is (176,123,226). Sum of RGB (Red+Green+Blue) = 176+123+226=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 226 (88.67% from 255 or 43.05% from 525); Max value from RGB is 226 - color contains mainly: blue. Hex color #B07BE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07BE2 is #4F841D. Grayscale: #969696. Windows color (decimal): -5211166 or 14842800. OLE color: 14842800.

HSL color Cylindrical-coordinate representation of color #B07BE2: hue angle of 270.87º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B07BE2 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 123 226 -
CMYK 0.22 0.46 0 0.11
HSL 270.87º 0.64% 0.68% -
HSV(B) 270.87º 0.46% 0.89% -
XYZ 38.71 28.89 75.49 -
YUV 150.59 170.56 146.12 -
System Red Green Blue C M Y K H S L
Decimal 176 123 226 0.22 0.46 0 0.11 270.87 0.64 0.68
Hex B0 7B E2 16 2E 0 B 10F 40 44
Octal 260 173 342 26 56 0 13 417 100 104
Binary 10110000 1111011 11100010 10110 101110 0 1011 100001111 1000000 1000100

Color Harmonies of #B07BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07BE2

Black with #B07BE2

Text Example


Text Example

White with #B07BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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