Html Css Color HEX #B068F6 Medium Purple

📋 copy color: '#B068F6'

red 176 ◦ green 104 ◦ blue 246

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

Shades of Medium Purple #B068F6

Tints of Medium Purple #B068F6

RGB

 RED value IS 176 (69.14% from 255) = 33.46%

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

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

R = 33.46%
G = 19.77%
B = 46.77%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B068F6 (or 0xB068F6) is known color: Medium Purple. HEX triplet: B0, 68 and F6. RGB value is (176,104,246). Sum of RGB (Red+Green+Blue) = 176+104+246=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #B068F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B068F6 is #4F9709. Grayscale: #8D8D8D. Windows color (decimal): -5216010 or 16148656. OLE color: 16148656.

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

Color convert

RGB 176 104 246 -
CMYK 0.28 0.58 0 0.04
HSL 270.42º 0.89% 0.69% -
HSV(B) 270.42º 0.58% 0.96% -
XYZ 39.49 25.78 90.08 -
YUV 141.72 186.85 152.45 -
System Red Green Blue C M Y K H S L
Decimal 176 104 246 0.28 0.58 0 0.04 270.42 0.89 0.69
Hex B0 68 F6 1C 3A 0 4 10E 59 45
Octal 260 150 366 34 72 0 4 416 131 105
Binary 10110000 1101000 11110110 11100 111010 0 100 100001110 1011001 1000101

Color Harmonies of #B068F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B068F6

Black with #B068F6

Text Example


Text Example

White with #B068F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B068F6; }

 p { color: rgb(176,104,246); }

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

background-color css

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

 a { background-color: rgb(176,104,246); }

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

border-color css

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

 span { border-color: rgb(176,104,246); }

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