Html Css Color HEX #B367FE Medium Purple

📋 copy color: '#B367FE'

red 179 ◦ green 103 ◦ blue 254

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

Shades of Medium Purple #B367FE

Tints of Medium Purple #B367FE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.22%

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

R = 33.4%
G = 19.22%
B = 47.39%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B367FE (or 0xB367FE) is known color: Medium Purple. HEX triplet: B3, 67 and FE. RGB value is (179,103,254). Sum of RGB (Red+Green+Blue) = 179+103+254=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 103 (40.62% from 255 or 19.22% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #B367FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B367FE is #4C9801. Grayscale: #8E8E8E. Windows color (decimal): -5019650 or 16672691. OLE color: 16672691.

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

Color convert

RGB 179 103 254 -
CMYK 0.30 0.59 0 0.00
HSL 270.2º 0.99% 0.7% -
HSV(B) 270.2º 0.59% 1% -
XYZ 41.33 26.44 96.69 -
YUV 142.94 190.68 153.72 -
System Red Green Blue C M Y K H S L
Decimal 179 103 254 0.30 0.59 0 0.00 270.2 0.99 0.7
Hex B3 67 FE 1E 3B 0 0 10E 63 46
Octal 263 147 376 36 73 0 0 416 143 106
Binary 10110011 1100111 11111110 11110 111011 0 0 100001110 1100011 1000110

Color Harmonies of #B367FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B367FE

Black with #B367FE

Text Example


Text Example

White with #B367FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B367FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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