Html Css Color HEX #B069F7 Medium Purple

📋 copy color: '#B069F7'

red 176 ◦ green 105 ◦ blue 247

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

Shades of Medium Purple #B069F7

Tints of Medium Purple #B069F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 46.78%

R = 33.33%
G = 19.89%
B = 46.78%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B069F7 (or 0xB069F7) is known color: Medium Purple. HEX triplet: B0, 69 and F7. RGB value is (176,105,247). Sum of RGB (Red+Green+Blue) = 176+105+247=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 247 (96.88% from 255 or 46.78% from 528); Max value from RGB is 247 - color contains mainly: blue. Hex color #B069F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B069F7 is #4F9608. Grayscale: #8D8D8D. Windows color (decimal): -5215753 or 16214448. OLE color: 16214448.

HSL color Cylindrical-coordinate representation of color #B069F7: hue angle of 270º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B069F7 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 105 247 -
CMYK 0.29 0.57 0 0.03
HSL 270º 0.9% 0.69% -
HSV(B) 270º 0.57% 0.97% -
XYZ 39.74 26.05 90.93 -
YUV 142.42 187.02 151.95 -
System Red Green Blue C M Y K H S L
Decimal 176 105 247 0.29 0.57 0 0.03 270 0.9 0.69
Hex B0 69 F7 1D 39 0 3 10E 5A 45
Octal 260 151 367 35 71 0 3 416 132 105
Binary 10110000 1101001 11110111 11101 111001 0 11 100001110 1011010 1000101

Color Harmonies of #B069F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B069F7

Black with #B069F7

Text Example


Text Example

White with #B069F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B069F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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