Html Css Color HEX #B069F1 Medium Purple

📋 copy color: '#B069F1'

red 176 ◦ green 105 ◦ blue 241

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

Shades of Medium Purple #B069F1

Tints of Medium Purple #B069F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.17%

R = 33.72%
G = 20.11%
B = 46.17%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B069F1 (or 0xB069F1) is known color: Medium Purple. HEX triplet: B0, 69 and F1. RGB value is (176,105,241). Sum of RGB (Red+Green+Blue) = 176+105+241=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #B069F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B069F1 is #4F960E. Grayscale: #8D8D8D. Windows color (decimal): -5215759 or 15821232. OLE color: 15821232.

HSL color Cylindrical-coordinate representation of color #B069F1: hue angle of 271.32º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B069F1 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 105 241 -
CMYK 0.27 0.56 0 0.05
HSL 271.32º 0.83% 0.68% -
HSV(B) 271.32º 0.56% 0.95% -
XYZ 38.83 25.68 86.13 -
YUV 141.73 184.02 152.44 -
System Red Green Blue C M Y K H S L
Decimal 176 105 241 0.27 0.56 0 0.05 271.32 0.83 0.68
Hex B0 69 F1 1B 38 0 5 10F 53 44
Octal 260 151 361 33 70 0 5 417 123 104
Binary 10110000 1101001 11110001 11011 111000 0 101 100001111 1010011 1000100

Color Harmonies of #B069F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B069F1

Black with #B069F1

Text Example


Text Example

White with #B069F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B069F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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