Html Css Color HEX #B369FF Medium Purple

📋 copy color: '#B369FF'

red 179 ◦ green 105 ◦ blue 255

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

Shades of Medium Purple #B369FF

Tints of Medium Purple #B369FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.31%

R = 33.21%
G = 19.48%
B = 47.31%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B369FF (or 0xB369FF) is known color: Medium Purple. HEX triplet: B3, 69 and FF. RGB value is (179,105,255). Sum of RGB (Red+Green+Blue) = 179+105+255=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #B369FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B369FF is #4C9600. Grayscale: #8F8F8F. Windows color (decimal): -5019137 or 16738739. OLE color: 16738739.

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

Color convert

RGB 179 105 255 -
CMYK 0.30 0.59 0 0
HSL 269.6º 1% 0.71% -
HSV(B) 269.6º 0.59% 1% -
XYZ 41.69 26.91 97.6 -
YUV 144.23 190.52 152.8 -
System Red Green Blue C M Y K H S L
Decimal 179 105 255 0.30 0.59 0 0 269.6 1 0.71
Hex B3 69 FF 1E 3B 0 0 10E 64 47
Octal 263 151 377 36 73 0 0 416 144 107
Binary 10110011 1101001 11111111 11110 111011 0 0 100001110 1100100 1000111

Color Harmonies of #B369FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B369FF

Black with #B369FF

Text Example


Text Example

White with #B369FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B369FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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