Html Css Color HEX #B068EC Medium Purple

📋 copy color: '#B068EC'

red 176 ◦ green 104 ◦ blue 236

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

Shades of Medium Purple #B068EC

Tints of Medium Purple #B068EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.74%

R = 34.11%
G = 20.16%
B = 45.74%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B068EC (or 0xB068EC) is known color: Medium Purple. HEX triplet: B0, 68 and EC. RGB value is (176,104,236). Sum of RGB (Red+Green+Blue) = 176+104+236=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #B068EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B068EC is #4F9713. Grayscale: #8C8C8C. Windows color (decimal): -5216020 or 15493296. OLE color: 15493296.

HSL color Cylindrical-coordinate representation of color #B068EC: hue angle of 272.73º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B068EC is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 104 236 -
CMYK 0.25 0.56 0 0.07
HSL 272.73º 0.78% 0.67% -
HSV(B) 272.73º 0.56% 0.93% -
XYZ 38 25.19 82.22 -
YUV 140.58 181.85 153.27 -
System Red Green Blue C M Y K H S L
Decimal 176 104 236 0.25 0.56 0 0.07 272.73 0.78 0.67
Hex B0 68 EC 19 38 0 7 111 4E 43
Octal 260 150 354 31 70 0 7 421 116 103
Binary 10110000 1101000 11101100 11001 111000 0 111 100010001 1001110 1000011

Color Harmonies of #B068EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B068EC

Black with #B068EC

Text Example


Text Example

White with #B068EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B068EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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