Html Css Color HEX #B069FB Medium Purple

📋 copy color: '#B069FB'

red 176 ◦ green 105 ◦ blue 251

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

Shades of Medium Purple #B069FB

Tints of Medium Purple #B069FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.18%

R = 33.08%
G = 19.74%
B = 47.18%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B069FB (or 0xB069FB) is known color: Medium Purple. HEX triplet: B0, 69 and FB. RGB value is (176,105,251). Sum of RGB (Red+Green+Blue) = 176+105+251=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #B069FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B069FB is #4F9604. Grayscale: #8E8E8E. Windows color (decimal): -5215749 or 16476592. OLE color: 16476592.

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

Color convert

RGB 176 105 251 -
CMYK 0.30 0.58 0 0.02
HSL 269.18º 0.95% 0.7% -
HSV(B) 269.18º 0.58% 0.98% -
XYZ 40.37 26.3 94.22 -
YUV 142.87 189.02 151.63 -
System Red Green Blue C M Y K H S L
Decimal 176 105 251 0.30 0.58 0 0.02 269.18 0.95 0.7
Hex B0 69 FB 1E 3A 0 2 10D 5F 46
Octal 260 151 373 36 72 0 2 415 137 106
Binary 10110000 1101001 11111011 11110 111010 0 10 100001101 1011111 1000110

Color Harmonies of #B069FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B069FB

Black with #B069FB

Text Example


Text Example

White with #B069FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B069FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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