Html Css Color HEX #B368FF Medium Purple

📋 copy color: '#B368FF'

red 179 ◦ green 104 ◦ blue 255

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

Shades of Medium Purple #B368FF

Tints of Medium Purple #B368FF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.33%

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

R = 33.27%
G = 19.33%
B = 47.4%

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

#B368FF (or 0xB368FF) is known color: Medium Purple. HEX triplet: B3, 68 and FF. RGB value is (179,104,255). Sum of RGB (Red+Green+Blue) = 179+104+255=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 104 (41.02% from 255 or 19.33% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #B368FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B368FF is #4C9700. Grayscale: #8F8F8F. Windows color (decimal): -5019393 or 16738483. OLE color: 16738483.

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

Color convert

RGB 179 104 255 -
CMYK 0.30 0.59 0 0
HSL 269.8º 1% 0.7% -
HSV(B) 269.8º 0.59% 1% -
XYZ 41.59 26.7 97.57 -
YUV 143.64 190.85 153.22 -
System Red Green Blue C M Y K H S L
Decimal 179 104 255 0.30 0.59 0 0 269.8 1 0.7
Hex B3 68 FF 1E 3B 0 0 10E 64 46
Octal 263 150 377 36 73 0 0 416 144 106
Binary 10110011 1101000 11111111 11110 111011 0 0 100001110 1100100 1000110

Color Harmonies of #B368FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B368FF

Black with #B368FF

Text Example


Text Example

White with #B368FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B368FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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