Html Css Color HEX #B36AF3 Medium Purple

📋 copy color: '#B36AF3'

red 179 ◦ green 106 ◦ blue 243

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

Shades of Medium Purple #B36AF3

Tints of Medium Purple #B36AF3

RGB

 RED value IS 179 (70.31% from 255) = 33.9%

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

 BLUE value IS 243 (95.31% from 255) = 46.02%

R = 33.9%
G = 20.08%
B = 46.02%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B36AF3 (or 0xB36AF3) is known color: Medium Purple. HEX triplet: B3, 6A and F3. RGB value is (179,106,243). Sum of RGB (Red+Green+Blue) = 179+106+243=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #B36AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36AF3 is #4C950C. Grayscale: #8E8E8E. Windows color (decimal): -5018893 or 15952563. OLE color: 15952563.

HSL color Cylindrical-coordinate representation of color #B36AF3: hue angle of 271.97º degrees, saturation: 0.85, 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 #B36AF3 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 106 243 -
CMYK 0.26 0.56 0 0.05
HSL 271.97º 0.85% 0.68% -
HSV(B) 271.97º 0.56% 0.95% -
XYZ 39.92 26.36 87.78 -
YUV 143.45 184.18 153.36 -
System Red Green Blue C M Y K H S L
Decimal 179 106 243 0.26 0.56 0 0.05 271.97 0.85 0.68
Hex B3 6A F3 1A 38 0 5 110 55 44
Octal 263 152 363 32 70 0 5 420 125 104
Binary 10110011 1101010 11110011 11010 111000 0 101 100010000 1010101 1000100

Color Harmonies of #B36AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36AF3

Black with #B36AF3

Text Example


Text Example

White with #B36AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36AF3; }

 p { color: rgb(179,106,243); }

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

background-color css

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

 a { background-color: rgb(179,106,243); }

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

border-color css

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

 span { border-color: rgb(179,106,243); }

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