Html Css Color HEX #B36BFA Medium Purple

📋 copy color: '#B36BFA'

red 179 ◦ green 107 ◦ blue 250

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

Shades of Medium Purple #B36BFA

Tints of Medium Purple #B36BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.96%

 BLUE value IS 250 (98.05% from 255) = 46.64%

R = 33.4%
G = 19.96%
B = 46.64%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B36BFA (or 0xB36BFA) is known color: Medium Purple. HEX triplet: B3, 6B and FA. RGB value is (179,107,250). Sum of RGB (Red+Green+Blue) = 179+107+250=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #B36BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36BFA is #4C9405. Grayscale: #909090. Windows color (decimal): -5018630 or 16411571. OLE color: 16411571.

HSL color Cylindrical-coordinate representation of color #B36BFA: hue angle of 270.21º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B36BFA is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 107 250 -
CMYK 0.28 0.57 0 0.02
HSL 270.21º 0.93% 0.7% -
HSV(B) 270.21º 0.57% 0.98% -
XYZ 41.1 27 93.49 -
YUV 144.83 187.35 152.37 -
System Red Green Blue C M Y K H S L
Decimal 179 107 250 0.28 0.57 0 0.02 270.21 0.93 0.7
Hex B3 6B FA 1C 39 0 2 10E 5D 46
Octal 263 153 372 34 71 0 2 416 135 106
Binary 10110011 1101011 11111010 11100 111001 0 10 100001110 1011101 1000110

Color Harmonies of #B36BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36BFA

Black with #B36BFA

Text Example


Text Example

White with #B36BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36BFA; }

 p { color: rgb(179,107,250); }

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

background-color css

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

 a { background-color: rgb(179,107,250); }

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

border-color css

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

 span { border-color: rgb(179,107,250); }

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