Html Css Color HEX #B06AF1 Medium Purple

📋 copy color: '#B06AF1'

red 176 ◦ green 106 ◦ blue 241

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

Shades of Medium Purple #B06AF1

Tints of Medium Purple #B06AF1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.27%

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

R = 33.65%
G = 20.27%
B = 46.08%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B06AF1 (or 0xB06AF1) is known color: Medium Purple. HEX triplet: B0, 6A and F1. RGB value is (176,106,241). Sum of RGB (Red+Green+Blue) = 176+106+241=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #B06AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06AF1 is #4F950E. Grayscale: #8D8D8D. Windows color (decimal): -5215503 or 15821488. OLE color: 15821488.

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

Color convert

RGB 176 106 241 -
CMYK 0.27 0.56 0 0.05
HSL 271.11º 0.83% 0.68% -
HSV(B) 271.11º 0.56% 0.95% -
XYZ 38.94 25.89 86.16 -
YUV 142.32 183.69 152.02 -
System Red Green Blue C M Y K H S L
Decimal 176 106 241 0.27 0.56 0 0.05 271.11 0.83 0.68
Hex B0 6A F1 1B 38 0 5 10F 53 44
Octal 260 152 361 33 70 0 5 417 123 104
Binary 10110000 1101010 11110001 11011 111000 0 101 100001111 1010011 1000100

Color Harmonies of #B06AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06AF1

Black with #B06AF1

Text Example


Text Example

White with #B06AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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