Html Css Color HEX #B067BE Fuchsia

📋 copy color: '#B067BE'

red 176 ◦ green 103 ◦ blue 190

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

Shades of Fuchsia #B067BE

Tints of Fuchsia #B067BE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.96%

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

R = 37.53%
G = 21.96%
B = 40.51%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B067BE (or 0xB067BE) is known color: Fuchsia. HEX triplet: B0, 67 and BE. RGB value is (176,103,190). Sum of RGB (Red+Green+Blue) = 176+103+190=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #B067BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067BE is #4F9841. Grayscale: #868686. Windows color (decimal): -5216322 or 12478384. OLE color: 12478384.

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

Color convert

RGB 176 103 190 -
CMYK 0.07 0.46 0 0.25
HSL 290.34º 0.4% 0.57% -
HSV(B) 290.34º 0.46% 0.75% -
XYZ 32.05 22.65 51.4 -
YUV 134.75 159.18 157.43 -
System Red Green Blue C M Y K H S L
Decimal 176 103 190 0.07 0.46 0 0.25 290.34 0.4 0.57
Hex B0 67 BE 7 2E 0 19 122 28 39
Octal 260 147 276 7 56 0 31 442 50 71
Binary 10110000 1100111 10111110 111 101110 0 11001 100100010 101000 111001

Color Harmonies of #B067BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B067BE

Black with #B067BE

Text Example


Text Example

White with #B067BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B067BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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