Html Css Color HEX #B07AF5 Medium Purple

📋 copy color: '#B07AF5'

red 176 ◦ green 122 ◦ blue 245

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

Shades of Medium Purple #B07AF5

Tints of Medium Purple #B07AF5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.47%

 BLUE value IS 245 (96.09% from 255) = 45.12%

R = 32.41%
G = 22.47%
B = 45.12%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B07AF5 (or 0xB07AF5) is known color: Medium Purple. HEX triplet: B0, 7A and F5. RGB value is (176,122,245). Sum of RGB (Red+Green+Blue) = 176+122+245=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 245 (96.09% from 255 or 45.12% from 543); Max value from RGB is 245 - color contains mainly: blue. Hex color #B07AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07AF5 is #4F850A. Grayscale: #979797. Windows color (decimal): -5211403 or 16087728. OLE color: 16087728.

HSL color Cylindrical-coordinate representation of color #B07AF5: hue angle of 266.34º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B07AF5 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 122 245 -
CMYK 0.28 0.50 0 0.04
HSL 266.34º 0.86% 0.72% -
HSV(B) 266.34º 0.5% 0.96% -
XYZ 41.35 29.74 89.95 -
YUV 152.17 180.39 145 -
System Red Green Blue C M Y K H S L
Decimal 176 122 245 0.28 0.50 0 0.04 266.34 0.86 0.72
Hex B0 7A F5 1C 32 0 4 10A 56 48
Octal 260 172 365 34 62 0 4 412 126 110
Binary 10110000 1111010 11110101 11100 110010 0 100 100001010 1010110 1001000

Color Harmonies of #B07AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07AF5

Black with #B07AF5

Text Example


Text Example

White with #B07AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07AF5; }

 p { color: rgb(176,122,245); }

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

background-color css

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

 a { background-color: rgb(176,122,245); }

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

border-color css

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

 span { border-color: rgb(176,122,245); }

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