Html Css Color HEX #B07AF1 Medium Purple

📋 copy color: '#B07AF1'

red 176 ◦ green 122 ◦ blue 241

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

Shades of Medium Purple #B07AF1

Tints of Medium Purple #B07AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.71%

R = 32.65%
G = 22.63%
B = 44.71%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B07AF1 (or 0xB07AF1) is known color: Medium Purple. HEX triplet: B0, 7A and F1. RGB value is (176,122,241). Sum of RGB (Red+Green+Blue) = 176+122+241=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #B07AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07AF1 is #4F850E. Grayscale: #979797. Windows color (decimal): -5211407 or 15825584. OLE color: 15825584.

HSL color Cylindrical-coordinate representation of color #B07AF1: hue angle of 267.23º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B07AF1 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 122 241 -
CMYK 0.27 0.49 0 0.05
HSL 267.23º 0.81% 0.71% -
HSV(B) 267.23º 0.49% 0.95% -
XYZ 40.74 29.5 86.77 -
YUV 151.71 178.39 145.32 -
System Red Green Blue C M Y K H S L
Decimal 176 122 241 0.27 0.49 0 0.05 267.23 0.81 0.71
Hex B0 7A F1 1B 31 0 5 10B 51 47
Octal 260 172 361 33 61 0 5 413 121 107
Binary 10110000 1111010 11110001 11011 110001 0 101 100001011 1010001 1000111

Color Harmonies of #B07AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07AF1

Black with #B07AF1

Text Example


Text Example

White with #B07AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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