Html Css Color HEX #B36FFB Medium Purple

📋 copy color: '#B36FFB'

red 179 ◦ green 111 ◦ blue 251

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

Shades of Medium Purple #B36FFB

Tints of Medium Purple #B36FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.52%

 BLUE value IS 251 (98.44% from 255) = 46.4%

R = 33.09%
G = 20.52%
B = 46.4%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B36FFB (or 0xB36FFB) is known color: Medium Purple. HEX triplet: B3, 6F and FB. RGB value is (179,111,251). Sum of RGB (Red+Green+Blue) = 179+111+251=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #B36FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36FFB is #4C9004. Grayscale: #929292. Windows color (decimal): -5017605 or 16478131. OLE color: 16478131.

HSL color Cylindrical-coordinate representation of color #B36FFB: hue angle of 269.14º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B36FFB is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 111 251 -
CMYK 0.29 0.56 0 0.02
HSL 269.14º 0.95% 0.71% -
HSV(B) 269.14º 0.56% 0.98% -
XYZ 41.69 27.92 94.46 -
YUV 147.29 186.53 150.62 -
System Red Green Blue C M Y K H S L
Decimal 179 111 251 0.29 0.56 0 0.02 269.14 0.95 0.71
Hex B3 6F FB 1D 38 0 2 10D 5F 47
Octal 263 157 373 35 70 0 2 415 137 107
Binary 10110011 1101111 11111011 11101 111000 0 10 100001101 1011111 1000111

Color Harmonies of #B36FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36FFB

Black with #B36FFB

Text Example


Text Example

White with #B36FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36FFB; }

 p { color: rgb(179,111,251); }

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

background-color css

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

 a { background-color: rgb(179,111,251); }

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

border-color css

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

 span { border-color: rgb(179,111,251); }

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