Html Css Color HEX #B369FE Medium Purple

📋 copy color: '#B369FE'

red 179 ◦ green 105 ◦ blue 254

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

Shades of Medium Purple #B369FE

Tints of Medium Purple #B369FE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.52%

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

R = 33.27%
G = 19.52%
B = 47.21%

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

#B369FE (or 0xB369FE) is known color: Medium Purple. HEX triplet: B3, 69 and FE. RGB value is (179,105,254). Sum of RGB (Red+Green+Blue) = 179+105+254=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 105 (41.41% from 255 or 19.52% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #B369FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B369FE is #4C9601. Grayscale: #8F8F8F. Windows color (decimal): -5019138 or 16673203. OLE color: 16673203.

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

Color convert

RGB 179 105 254 -
CMYK 0.30 0.59 0 0.00
HSL 269.8º 0.99% 0.7% -
HSV(B) 269.8º 0.59% 1% -
XYZ 41.53 26.84 96.76 -
YUV 144.11 190.02 152.88 -
System Red Green Blue C M Y K H S L
Decimal 179 105 254 0.30 0.59 0 0.00 269.8 0.99 0.7
Hex B3 69 FE 1E 3B 0 0 10E 63 46
Octal 263 151 376 36 73 0 0 416 143 106
Binary 10110011 1101001 11111110 11110 111011 0 0 100001110 1100011 1000110

Color Harmonies of #B369FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B369FE

Black with #B369FE

Text Example


Text Example

White with #B369FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B369FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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