Html Css Color HEX #B069BE Fuchsia

📋 copy color: '#B069BE'

red 176 ◦ green 105 ◦ blue 190

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

Shades of Fuchsia #B069BE

Tints of Fuchsia #B069BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.34%

R = 37.37%
G = 22.29%
B = 40.34%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B069BE (or 0xB069BE) is known color: Fuchsia. HEX triplet: B0, 69 and BE. RGB value is (176,105,190). Sum of RGB (Red+Green+Blue) = 176+105+190=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #B069BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069BE is #4F9641. Grayscale: #878787. Windows color (decimal): -5215810 or 12478896. OLE color: 12478896.

HSL color Cylindrical-coordinate representation of color #B069BE: hue angle of 290.12º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B069BE is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 105 190 -
CMYK 0.07 0.45 0 0.25
HSL 290.12º 0.4% 0.58% -
HSV(B) 290.12º 0.45% 0.75% -
XYZ 32.25 23.05 51.46 -
YUV 135.92 158.52 156.59 -
System Red Green Blue C M Y K H S L
Decimal 176 105 190 0.07 0.45 0 0.25 290.12 0.4 0.58
Hex B0 69 BE 7 2D 0 19 122 28 3A
Octal 260 151 276 7 55 0 31 442 50 72
Binary 10110000 1101001 10111110 111 101101 0 11001 100100010 101000 111010

Color Harmonies of #B069BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B069BE

Black with #B069BE

Text Example


Text Example

White with #B069BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B069BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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