Html Css Color HEX #B068F3 Medium Purple

📋 copy color: '#B068F3'

red 176 ◦ green 104 ◦ blue 243

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

Shades of Medium Purple #B068F3

Tints of Medium Purple #B068F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 46.46%

R = 33.65%
G = 19.89%
B = 46.46%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B068F3 (or 0xB068F3) is known color: Medium Purple. HEX triplet: B0, 68 and F3. RGB value is (176,104,243). Sum of RGB (Red+Green+Blue) = 176+104+243=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #B068F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B068F3 is #4F970C. Grayscale: #8C8C8C. Windows color (decimal): -5216013 or 15952048. OLE color: 15952048.

HSL color Cylindrical-coordinate representation of color #B068F3: hue angle of 271.08º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B068F3 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 104 243 -
CMYK 0.28 0.57 0 0.05
HSL 271.08º 0.85% 0.68% -
HSV(B) 271.08º 0.57% 0.95% -
XYZ 39.03 25.6 87.68 -
YUV 141.37 185.35 152.7 -
System Red Green Blue C M Y K H S L
Decimal 176 104 243 0.28 0.57 0 0.05 271.08 0.85 0.68
Hex B0 68 F3 1C 39 0 5 10F 55 44
Octal 260 150 363 34 71 0 5 417 125 104
Binary 10110000 1101000 11110011 11100 111001 0 101 100001111 1010101 1000100

Color Harmonies of #B068F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B068F3

Black with #B068F3

Text Example


Text Example

White with #B068F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B068F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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