Html Css Color HEX #BB67BA Fuchsia

📋 copy color: '#BB67BA'

red 187 ◦ green 103 ◦ blue 186

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

Shades of Fuchsia #BB67BA

Tints of Fuchsia #BB67BA

RGB

 RED value IS 187 (73.44% from 255) = 39.29%

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

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

R = 39.29%
G = 21.64%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB67BA (or 0xBB67BA) is known color: Fuchsia. HEX triplet: BB, 67 and BA. RGB value is (187,103,186). Sum of RGB (Red+Green+Blue) = 187+103+186=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BB67BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB67BA is #449845. Grayscale: #898989. Windows color (decimal): -4495430 or 12216251. OLE color: 12216251.

HSL color Cylindrical-coordinate representation of color #BB67BA: hue angle of 300.71º 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 #BB67BA is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 103 186 -
CMYK 0 0.45 0.01 0.27
HSL 300.71º 0.38% 0.57% -
HSV(B) 300.71º 0.45% 0.73% -
XYZ 34.21 23.81 49.25 -
YUV 137.58 155.33 163.25 -
System Red Green Blue C M Y K H S L
Decimal 187 103 186 0 0.45 0.01 0.27 300.71 0.38 0.57
Hex BB 67 BA 0 2D 1 1B 12D 26 39
Octal 273 147 272 0 55 1 33 455 46 71
Binary 10111011 1100111 10111010 0 101101 1 11011 100101101 100110 111001

Color Harmonies of #BB67BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB67BA

Black with #BB67BA

Text Example


Text Example

White with #BB67BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB67BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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