Html Css Color HEX #B068EF Medium Purple

📋 copy color: '#B068EF'

red 176 ◦ green 104 ◦ blue 239

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

Shades of Medium Purple #B068EF

Tints of Medium Purple #B068EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.05%

R = 33.91%
G = 20.04%
B = 46.05%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B068EF (or 0xB068EF) is known color: Medium Purple. HEX triplet: B0, 68 and EF. RGB value is (176,104,239). Sum of RGB (Red+Green+Blue) = 176+104+239=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #B068EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B068EF is #4F9710. Grayscale: #8C8C8C. Windows color (decimal): -5216017 or 15689904. OLE color: 15689904.

HSL color Cylindrical-coordinate representation of color #B068EF: hue angle of 272º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B068EF is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 104 239 -
CMYK 0.26 0.56 0 0.06
HSL 272º 0.81% 0.67% -
HSV(B) 272º 0.56% 0.94% -
XYZ 38.43 25.36 84.53 -
YUV 140.92 183.35 153.02 -
System Red Green Blue C M Y K H S L
Decimal 176 104 239 0.26 0.56 0 0.06 272 0.81 0.67
Hex B0 68 EF 1A 38 0 6 110 51 43
Octal 260 150 357 32 70 0 6 420 121 103
Binary 10110000 1101000 11101111 11010 111000 0 110 100010000 1010001 1000011

Color Harmonies of #B068EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B068EF

Black with #B068EF

Text Example


Text Example

White with #B068EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B068EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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