Html Css Color HEX #B069F2 Medium Purple

📋 copy color: '#B069F2'

red 176 ◦ green 105 ◦ blue 242

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

Shades of Medium Purple #B069F2

Tints of Medium Purple #B069F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.27%

R = 33.65%
G = 20.08%
B = 46.27%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B069F2 (or 0xB069F2) is known color: Medium Purple. HEX triplet: B0, 69 and F2. RGB value is (176,105,242). Sum of RGB (Red+Green+Blue) = 176+105+242=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 242 - color contains mainly: blue. Hex color #B069F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B069F2 is #4F960D. Grayscale: #8D8D8D. Windows color (decimal): -5215758 or 15886768. OLE color: 15886768.

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

Color convert

RGB 176 105 242 -
CMYK 0.27 0.57 0 0.05
HSL 271.09º 0.84% 0.68% -
HSV(B) 271.09º 0.57% 0.95% -
XYZ 38.98 25.74 86.92 -
YUV 141.85 184.52 152.36 -
System Red Green Blue C M Y K H S L
Decimal 176 105 242 0.27 0.57 0 0.05 271.09 0.84 0.68
Hex B0 69 F2 1B 39 0 5 10F 54 44
Octal 260 151 362 33 71 0 5 417 124 104
Binary 10110000 1101001 11110010 11011 111001 0 101 100001111 1010100 1000100

Color Harmonies of #B069F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B069F2

Black with #B069F2

Text Example


Text Example

White with #B069F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B069F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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