Html Css Color HEX #B069EF Medium Purple

📋 copy color: '#B069EF'

red 176 ◦ green 105 ◦ blue 239

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

Shades of Medium Purple #B069EF

Tints of Medium Purple #B069EF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.19%

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

R = 33.85%
G = 20.19%
B = 45.96%

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

#B069EF (or 0xB069EF) is known color: Medium Purple. HEX triplet: B0, 69 and EF. RGB value is (176,105,239). Sum of RGB (Red+Green+Blue) = 176+105+239=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #B069EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B069EF is #4F9610. Grayscale: #8D8D8D. Windows color (decimal): -5215761 or 15690160. OLE color: 15690160.

HSL color Cylindrical-coordinate representation of color #B069EF: hue angle of 271.79º 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 #B069EF is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 105 239 -
CMYK 0.26 0.56 0 0.06
HSL 271.79º 0.81% 0.67% -
HSV(B) 271.79º 0.56% 0.94% -
XYZ 38.54 25.57 84.56 -
YUV 141.51 183.02 152.6 -
System Red Green Blue C M Y K H S L
Decimal 176 105 239 0.26 0.56 0 0.06 271.79 0.81 0.67
Hex B0 69 EF 1A 38 0 6 110 51 43
Octal 260 151 357 32 70 0 6 420 121 103
Binary 10110000 1101001 11101111 11010 111000 0 110 100010000 1010001 1000011

Color Harmonies of #B069EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B069EF

Black with #B069EF

Text Example


Text Example

White with #B069EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B069EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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