Html Css Color HEX #B36AFF Medium Purple

📋 copy color: '#B36AFF'

red 179 ◦ green 106 ◦ blue 255

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

Shades of Medium Purple #B36AFF

Tints of Medium Purple #B36AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.22%

R = 33.15%
G = 19.63%
B = 47.22%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B36AFF (or 0xB36AFF) is known color: Medium Purple. HEX triplet: B3, 6A and FF. RGB value is (179,106,255). Sum of RGB (Red+Green+Blue) = 179+106+255=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #B36AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36AFF is #4C9500. Grayscale: #909090. Windows color (decimal): -5018881 or 16738995. OLE color: 16738995.

HSL color Cylindrical-coordinate representation of color #B36AFF: hue angle of 269.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B36AFF is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 106 255 -
CMYK 0.30 0.58 0 0
HSL 269.4º 1% 0.71% -
HSV(B) 269.4º 0.58% 1% -
XYZ 41.79 27.11 97.64 -
YUV 144.81 190.18 152.38 -
System Red Green Blue C M Y K H S L
Decimal 179 106 255 0.30 0.58 0 0 269.4 1 0.71
Hex B3 6A FF 1E 3A 0 0 10D 64 47
Octal 263 152 377 36 72 0 0 415 144 107
Binary 10110011 1101010 11111111 11110 111010 0 0 100001101 1100100 1000111

Color Harmonies of #B36AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36AFF

Black with #B36AFF

Text Example


Text Example

White with #B36AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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