Html Css Color HEX #B07EFF Medium Purple

📋 copy color: '#B07EFF'

red 176 ◦ green 126 ◦ blue 255

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

Shades of Medium Purple #B07EFF

Tints of Medium Purple #B07EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.62%

 BLUE value IS 255 (100% from 255) = 45.78%

R = 31.6%
G = 22.62%
B = 45.78%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B07EFF (or 0xB07EFF) is known color: Medium Purple. HEX triplet: B0, 7E and FF. RGB value is (176,126,255). Sum of RGB (Red+Green+Blue) = 176+126+255=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #B07EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07EFF is #4F8100. Grayscale: #9B9B9B. Windows color (decimal): -5210369 or 16744112. OLE color: 16744112.

HSL color Cylindrical-coordinate representation of color #B07EFF: hue angle of 263.26º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B07EFF is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 126 255 -
CMYK 0.31 0.51 0 0
HSL 263.26º 1% 0.75% -
HSV(B) 263.26º 0.51% 1% -
XYZ 43.42 31.37 98.37 -
YUV 155.66 184.07 142.51 -
System Red Green Blue C M Y K H S L
Decimal 176 126 255 0.31 0.51 0 0 263.26 1 0.75
Hex B0 7E FF 1F 33 0 0 107 64 4B
Octal 260 176 377 37 63 0 0 407 144 113
Binary 10110000 1111110 11111111 11111 110011 0 0 100000111 1100100 1001011

Color Harmonies of #B07EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07EFF

Black with #B07EFF

Text Example


Text Example

White with #B07EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07EFF; }

 p { color: rgb(176,126,255); }

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

background-color css

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

 a { background-color: rgb(176,126,255); }

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

border-color css

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

 span { border-color: rgb(176,126,255); }

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