Html Css Color HEX #B369F6 Medium Purple

📋 copy color: '#B369F6'

red 179 ◦ green 105 ◦ blue 246

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

Shades of Medium Purple #B369F6

Tints of Medium Purple #B369F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.42%

R = 33.77%
G = 19.81%
B = 46.42%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B369F6 (or 0xB369F6) is known color: Medium Purple. HEX triplet: B3, 69 and F6. RGB value is (179,105,246). Sum of RGB (Red+Green+Blue) = 179+105+246=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #B369F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B369F6 is #4C9609. Grayscale: #8E8E8E. Windows color (decimal): -5019146 or 16148915. OLE color: 16148915.

HSL color Cylindrical-coordinate representation of color #B369F6: hue angle of 271.49º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B369F6 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 105 246 -
CMYK 0.27 0.57 0 0.04
HSL 271.49º 0.89% 0.69% -
HSV(B) 271.49º 0.57% 0.96% -
XYZ 40.28 26.34 90.15 -
YUV 143.2 186.02 153.54 -
System Red Green Blue C M Y K H S L
Decimal 179 105 246 0.27 0.57 0 0.04 271.49 0.89 0.69
Hex B3 69 F6 1B 39 0 4 10F 59 45
Octal 263 151 366 33 71 0 4 417 131 105
Binary 10110011 1101001 11110110 11011 111001 0 100 100001111 1011001 1000101

Color Harmonies of #B369F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B369F6

Black with #B369F6

Text Example


Text Example

White with #B369F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B369F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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