Html Css Color HEX #B068FE Medium Purple

📋 copy color: '#B068FE'

red 176 ◦ green 104 ◦ blue 254

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

Shades of Medium Purple #B068FE

Tints of Medium Purple #B068FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.57%

R = 32.96%
G = 19.48%
B = 47.57%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B068FE (or 0xB068FE) is known color: Medium Purple. HEX triplet: B0, 68 and FE. RGB value is (176,104,254). Sum of RGB (Red+Green+Blue) = 176+104+254=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #B068FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B068FE is #4F9701. Grayscale: #8E8E8E. Windows color (decimal): -5216002 or 16672944. OLE color: 16672944.

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

Color convert

RGB 176 104 254 -
CMYK 0.31 0.59 0 0.00
HSL 268.8º 0.99% 0.7% -
HSV(B) 268.8º 0.59% 1% -
XYZ 40.74 26.29 96.69 -
YUV 142.63 190.85 151.8 -
System Red Green Blue C M Y K H S L
Decimal 176 104 254 0.31 0.59 0 0.00 268.8 0.99 0.7
Hex B0 68 FE 1F 3B 0 0 10D 63 46
Octal 260 150 376 37 73 0 0 415 143 106
Binary 10110000 1101000 11111110 11111 111011 0 0 100001101 1100011 1000110

Color Harmonies of #B068FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B068FE

Black with #B068FE

Text Example


Text Example

White with #B068FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B068FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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