Html Css Color HEX #B069F5 Medium Purple

📋 copy color: '#B069F5'

red 176 ◦ green 105 ◦ blue 245

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

Shades of Medium Purple #B069F5

Tints of Medium Purple #B069F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.58%

R = 33.46%
G = 19.96%
B = 46.58%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B069F5 (or 0xB069F5) is known color: Medium Purple. HEX triplet: B0, 69 and F5. RGB value is (176,105,245). Sum of RGB (Red+Green+Blue) = 176+105+245=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 245 (96.09% from 255 or 46.58% from 526); Max value from RGB is 245 - color contains mainly: blue. Hex color #B069F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B069F5 is #4F960A. Grayscale: #8D8D8D. Windows color (decimal): -5215755 or 16083376. OLE color: 16083376.

HSL color Cylindrical-coordinate representation of color #B069F5: hue angle of 270.43º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B069F5 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 105 245 -
CMYK 0.28 0.57 0 0.04
HSL 270.43º 0.88% 0.69% -
HSV(B) 270.43º 0.57% 0.96% -
XYZ 39.44 25.93 89.31 -
YUV 142.19 186.02 152.12 -
System Red Green Blue C M Y K H S L
Decimal 176 105 245 0.28 0.57 0 0.04 270.43 0.88 0.69
Hex B0 69 F5 1C 39 0 4 10E 58 45
Octal 260 151 365 34 71 0 4 416 130 105
Binary 10110000 1101001 11110101 11100 111001 0 100 100001110 1011000 1000101

Color Harmonies of #B069F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B069F5

Black with #B069F5

Text Example


Text Example

White with #B069F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B069F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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