Html Css Color HEX #B069FE Medium Purple

📋 copy color: '#B069FE'

red 176 ◦ green 105 ◦ blue 254

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

Shades of Medium Purple #B069FE

Tints of Medium Purple #B069FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.48%

R = 32.9%
G = 19.63%
B = 47.48%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B069FE (or 0xB069FE) is known color: Medium Purple. HEX triplet: B0, 69 and FE. RGB value is (176,105,254). Sum of RGB (Red+Green+Blue) = 176+105+254=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #B069FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B069FE is #4F9601. Grayscale: #8E8E8E. Windows color (decimal): -5215746 or 16673200. OLE color: 16673200.

HSL color Cylindrical-coordinate representation of color #B069FE: hue angle of 268.59º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B069FE is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 105 254 -
CMYK 0.31 0.59 0 0.00
HSL 268.59º 0.99% 0.7% -
HSV(B) 268.59º 0.59% 1% -
XYZ 40.85 26.49 96.73 -
YUV 143.22 190.52 151.38 -
System Red Green Blue C M Y K H S L
Decimal 176 105 254 0.31 0.59 0 0.00 268.59 0.99 0.7
Hex B0 69 FE 1F 3B 0 0 10D 63 46
Octal 260 151 376 37 73 0 0 415 143 106
Binary 10110000 1101001 11111110 11111 111011 0 0 100001101 1100011 1000110

Color Harmonies of #B069FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B069FE

Black with #B069FE

Text Example


Text Example

White with #B069FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B069FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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