Html Css Color HEX #B069FC Medium Purple

📋 copy color: '#B069FC'

red 176 ◦ green 105 ◦ blue 252

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

Shades of Medium Purple #B069FC

Tints of Medium Purple #B069FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.28%

R = 33.02%
G = 19.7%
B = 47.28%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B069FC (or 0xB069FC) is known color: Medium Purple. HEX triplet: B0, 69 and FC. RGB value is (176,105,252). Sum of RGB (Red+Green+Blue) = 176+105+252=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #B069FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B069FC is #4F9603. Grayscale: #8E8E8E. Windows color (decimal): -5215748 or 16542128. OLE color: 16542128.

HSL color Cylindrical-coordinate representation of color #B069FC: hue angle of 268.98º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B069FC is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 105 252 -
CMYK 0.30 0.58 0 0.01
HSL 268.98º 0.96% 0.7% -
HSV(B) 268.98º 0.58% 0.99% -
XYZ 40.53 26.36 95.05 -
YUV 142.99 189.52 151.55 -
System Red Green Blue C M Y K H S L
Decimal 176 105 252 0.30 0.58 0 0.01 268.98 0.96 0.7
Hex B0 69 FC 1E 3A 0 1 10D 60 46
Octal 260 151 374 36 72 0 1 415 140 106
Binary 10110000 1101001 11111100 11110 111010 0 1 100001101 1100000 1000110

Color Harmonies of #B069FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B069FC

Black with #B069FC

Text Example


Text Example

White with #B069FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B069FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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