Html Css Color HEX #B07EFD Medium Purple

📋 copy color: '#B07EFD'

red 176 ◦ green 126 ◦ blue 253

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

Shades of Medium Purple #B07EFD

Tints of Medium Purple #B07EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.59%

R = 31.71%
G = 22.7%
B = 45.59%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B07EFD (or 0xB07EFD) is known color: Medium Purple. HEX triplet: B0, 7E and FD. RGB value is (176,126,253). Sum of RGB (Red+Green+Blue) = 176+126+253=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 126 (49.61% from 255 or 22.70% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #B07EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07EFD is #4F8102. Grayscale: #9A9A9A. Windows color (decimal): -5210371 or 16613040. OLE color: 16613040.

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

Color convert

RGB 176 126 253 -
CMYK 0.30 0.50 0 0.01
HSL 263.62º 0.97% 0.74% -
HSV(B) 263.62º 0.5% 0.99% -
XYZ 43.09 31.24 96.69 -
YUV 155.43 183.07 142.67 -
System Red Green Blue C M Y K H S L
Decimal 176 126 253 0.30 0.50 0 0.01 263.62 0.97 0.74
Hex B0 7E FD 1E 32 0 1 108 61 4A
Octal 260 176 375 36 62 0 1 410 141 112
Binary 10110000 1111110 11111101 11110 110010 0 1 100001000 1100001 1001010

Color Harmonies of #B07EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07EFD

Black with #B07EFD

Text Example


Text Example

White with #B07EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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