Html Css Color HEX #B364FE Medium Purple

📋 copy color: '#B364FE'

red 179 ◦ green 100 ◦ blue 254

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

Shades of Medium Purple #B364FE

Tints of Medium Purple #B364FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.76%

 BLUE value IS 254 (99.61% from 255) = 47.65%

R = 33.58%
G = 18.76%
B = 47.65%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B364FE (or 0xB364FE) is known color: Medium Purple. HEX triplet: B3, 64 and FE. RGB value is (179,100,254). Sum of RGB (Red+Green+Blue) = 179+100+254=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #B364FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B364FE is #4C9B01. Grayscale: #8C8C8C. Windows color (decimal): -5020418 or 16671923. OLE color: 16671923.

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

Color convert

RGB 179 100 254 -
CMYK 0.30 0.61 0 0.00
HSL 270.78º 0.99% 0.69% -
HSV(B) 270.78º 0.61% 1% -
XYZ 41.04 25.85 96.59 -
YUV 141.18 191.67 154.98 -
System Red Green Blue C M Y K H S L
Decimal 179 100 254 0.30 0.61 0 0.00 270.78 0.99 0.69
Hex B3 64 FE 1E 3D 0 0 10F 63 45
Octal 263 144 376 36 75 0 0 417 143 105
Binary 10110011 1100100 11111110 11110 111101 0 0 100001111 1100011 1000101

Color Harmonies of #B364FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B364FE

Black with #B364FE

Text Example


Text Example

White with #B364FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B364FE; }

 p { color: rgb(179,100,254); }

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

background-color css

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

 a { background-color: rgb(179,100,254); }

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

border-color css

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

 span { border-color: rgb(179,100,254); }

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