Html Css Color HEX #B36CFF Medium Purple

📋 copy color: '#B36CFF'

red 179 ◦ green 108 ◦ blue 255

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

Shades of Medium Purple #B36CFF

Tints of Medium Purple #B36CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.93%

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

R = 33.03%
G = 19.93%
B = 47.05%

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

#B36CFF (or 0xB36CFF) is known color: Medium Purple. HEX triplet: B3, 6C and FF. RGB value is (179,108,255). Sum of RGB (Red+Green+Blue) = 179+108+255=542 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.03% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #B36CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36CFF is #4C9300. Grayscale: #919191. Windows color (decimal): -5018369 or 16739507. OLE color: 16739507.

HSL color Cylindrical-coordinate representation of color #B36CFF: hue angle of 268.98º 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 #B36CFF is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 108 255 -
CMYK 0.30 0.58 0 0
HSL 268.98º 1% 0.71% -
HSV(B) 268.98º 0.58% 1% -
XYZ 42 27.53 97.71 -
YUV 145.99 189.52 151.55 -
System Red Green Blue C M Y K H S L
Decimal 179 108 255 0.30 0.58 0 0 268.98 1 0.71
Hex B3 6C FF 1E 3A 0 0 10D 64 47
Octal 263 154 377 36 72 0 0 415 144 107
Binary 10110011 1101100 11111111 11110 111010 0 0 100001101 1100100 1000111

Color Harmonies of #B36CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36CFF

Black with #B36CFF

Text Example


Text Example

White with #B36CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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