Html Css Color HEX #B07AF0 Medium Purple

📋 copy color: '#B07AF0'

red 176 ◦ green 122 ◦ blue 240

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

Shades of Medium Purple #B07AF0

Tints of Medium Purple #B07AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.61%

R = 32.71%
G = 22.68%
B = 44.61%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B07AF0 (or 0xB07AF0) is known color: Medium Purple. HEX triplet: B0, 7A and F0. RGB value is (176,122,240). Sum of RGB (Red+Green+Blue) = 176+122+240=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #B07AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07AF0 is #4F850F. Grayscale: #979797. Windows color (decimal): -5211408 or 15760048. OLE color: 15760048.

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

Color convert

RGB 176 122 240 -
CMYK 0.27 0.49 0 0.06
HSL 267.46º 0.8% 0.71% -
HSV(B) 267.46º 0.49% 0.94% -
XYZ 40.59 29.44 85.98 -
YUV 151.6 177.89 145.41 -
System Red Green Blue C M Y K H S L
Decimal 176 122 240 0.27 0.49 0 0.06 267.46 0.8 0.71
Hex B0 7A F0 1B 31 0 6 10B 50 47
Octal 260 172 360 33 61 0 6 413 120 107
Binary 10110000 1111010 11110000 11011 110001 0 110 100001011 1010000 1000111

Color Harmonies of #B07AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07AF0

Black with #B07AF0

Text Example


Text Example

White with #B07AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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