Html Css Color HEX #B068FF Medium Purple

📋 copy color: '#B068FF'

red 176 ◦ green 104 ◦ blue 255

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

Shades of Medium Purple #B068FF

Tints of Medium Purple #B068FF

RGB

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

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

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

R = 32.9%
G = 19.44%
B = 47.66%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B068FF (or 0xB068FF) is known color: Medium Purple. HEX triplet: B0, 68 and FF. RGB value is (176,104,255). Sum of RGB (Red+Green+Blue) = 176+104+255=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 104 (41.02% from 255 or 19.44% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #B068FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B068FF is #4F9700. Grayscale: #8E8E8E. Windows color (decimal): -5216001 or 16738480. OLE color: 16738480.

HSL color Cylindrical-coordinate representation of color #B068FF: hue angle of 268.61º 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 #B068FF is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 104 255 -
CMYK 0.31 0.59 0 0
HSL 268.61º 1% 0.7% -
HSV(B) 268.61º 0.59% 1% -
XYZ 40.9 26.35 97.54 -
YUV 142.74 191.35 151.72 -
System Red Green Blue C M Y K H S L
Decimal 176 104 255 0.31 0.59 0 0 268.61 1 0.7
Hex B0 68 FF 1F 3B 0 0 10D 64 46
Octal 260 150 377 37 73 0 0 415 144 106
Binary 10110000 1101000 11111111 11111 111011 0 0 100001101 1100100 1000110

Color Harmonies of #B068FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B068FF

Black with #B068FF

Text Example


Text Example

White with #B068FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B068FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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