Html Css Color HEX #B067BA Fuchsia

📋 copy color: '#B067BA'

red 176 ◦ green 103 ◦ blue 186

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

Shades of Fuchsia #B067BA

Tints of Fuchsia #B067BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40%

R = 37.85%
G = 22.15%
B = 40%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B067BA (or 0xB067BA) is known color: Fuchsia. HEX triplet: B0, 67 and BA. RGB value is (176,103,186). Sum of RGB (Red+Green+Blue) = 176+103+186=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #B067BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067BA is #4F9845. Grayscale: #868686. Windows color (decimal): -5216326 or 12216240. OLE color: 12216240.

HSL color Cylindrical-coordinate representation of color #B067BA: hue angle of 292.77º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B067BA is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 103 186 -
CMYK 0.05 0.45 0 0.27
HSL 292.77º 0.38% 0.57% -
HSV(B) 292.77º 0.45% 0.73% -
XYZ 31.62 22.48 49.13 -
YUV 134.29 157.18 157.75 -
System Red Green Blue C M Y K H S L
Decimal 176 103 186 0.05 0.45 0 0.27 292.77 0.38 0.57
Hex B0 67 BA 5 2D 0 1B 125 26 39
Octal 260 147 272 5 55 0 33 445 46 71
Binary 10110000 1100111 10111010 101 101101 0 11011 100100101 100110 111001

Color Harmonies of #B067BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B067BA

Black with #B067BA

Text Example


Text Example

White with #B067BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B067BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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