Html Css Color HEX #B07EFB Medium Purple

📋 copy color: '#B07EFB'

red 176 ◦ green 126 ◦ blue 251

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

Shades of Medium Purple #B07EFB

Tints of Medium Purple #B07EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.39%

R = 31.83%
G = 22.78%
B = 45.39%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B07EFB (or 0xB07EFB) is known color: Medium Purple. HEX triplet: B0, 7E and FB. RGB value is (176,126,251). Sum of RGB (Red+Green+Blue) = 176+126+251=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #B07EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07EFB is #4F8104. Grayscale: #9A9A9A. Windows color (decimal): -5210373 or 16481968. OLE color: 16481968.

HSL color Cylindrical-coordinate representation of color #B07EFB: hue angle of 264º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B07EFB is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 126 251 -
CMYK 0.30 0.50 0 0.02
HSL 264º 0.94% 0.74% -
HSV(B) 264º 0.5% 0.98% -
XYZ 42.78 31.12 95.02 -
YUV 155.2 182.07 142.84 -
System Red Green Blue C M Y K H S L
Decimal 176 126 251 0.30 0.50 0 0.02 264 0.94 0.74
Hex B0 7E FB 1E 32 0 2 108 5E 4A
Octal 260 176 373 36 62 0 2 410 136 112
Binary 10110000 1111110 11111011 11110 110010 0 10 100001000 1011110 1001010

Color Harmonies of #B07EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07EFB

Black with #B07EFB

Text Example


Text Example

White with #B07EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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