Html Css Color HEX #B07EFC Medium Purple

📋 copy color: '#B07EFC'

red 176 ◦ green 126 ◦ blue 252

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

Shades of Medium Purple #B07EFC

Tints of Medium Purple #B07EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.49%

R = 31.77%
G = 22.74%
B = 45.49%

CMYK

 C value IS 0.30

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B07EFC (or 0xB07EFC) is known color: Medium Purple. HEX triplet: B0, 7E and FC. RGB value is (176,126,252). Sum of RGB (Red+Green+Blue) = 176+126+252=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #B07EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07EFC is #4F8103. Grayscale: #9A9A9A. Windows color (decimal): -5210372 or 16547504. OLE color: 16547504.

HSL color Cylindrical-coordinate representation of color #B07EFC: hue angle of 263.81º degrees, saturation: 0.95, 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 #B07EFC is Cyan = 0.30, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 126 252 -
CMYK 0.30 0.5 0 0.01
HSL 263.81º 0.95% 0.74% -
HSV(B) 263.81º 0.5% 0.99% -
XYZ 42.94 31.18 95.85 -
YUV 155.31 182.57 142.75 -
System Red Green Blue C M Y K H S L
Decimal 176 126 252 0.30 0.5 0 0.01 263.81 0.95 0.74
Hex B0 7E FC 1E 32 0 1 108 5F 4A
Octal 260 176 374 36 62 0 1 410 137 112
Binary 10110000 1111110 11111100 11110 110010 0 1 100001000 1011111 1001010

Color Harmonies of #B07EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07EFC

Black with #B07EFC

Text Example


Text Example

White with #B07EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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