Html Css Color HEX #B069F3 Medium Purple

📋 copy color: '#B069F3'

red 176 ◦ green 105 ◦ blue 243

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

Shades of Medium Purple #B069F3

Tints of Medium Purple #B069F3

RGB

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

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

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

R = 33.59%
G = 20.04%
B = 46.37%

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

#B069F3 (or 0xB069F3) is known color: Medium Purple. HEX triplet: B0, 69 and F3. RGB value is (176,105,243). Sum of RGB (Red+Green+Blue) = 176+105+243=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 243 (95.31% from 255 or 46.37% from 524); Max value from RGB is 243 - color contains mainly: blue. Hex color #B069F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B069F3 is #4F960C. Grayscale: #8D8D8D. Windows color (decimal): -5215757 or 15952304. OLE color: 15952304.

HSL color Cylindrical-coordinate representation of color #B069F3: hue angle of 270.87º 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 #B069F3 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 105 243 -
CMYK 0.28 0.57 0 0.05
HSL 270.87º 0.85% 0.68% -
HSV(B) 270.87º 0.57% 0.95% -
XYZ 39.13 25.8 87.71 -
YUV 141.96 185.02 152.28 -
System Red Green Blue C M Y K H S L
Decimal 176 105 243 0.28 0.57 0 0.05 270.87 0.85 0.68
Hex B0 69 F3 1C 39 0 5 10F 55 44
Octal 260 151 363 34 71 0 5 417 125 104
Binary 10110000 1101001 11110011 11100 111001 0 101 100001111 1010101 1000100

Color Harmonies of #B069F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B069F3

Black with #B069F3

Text Example


Text Example

White with #B069F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B069F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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