Html Css Color HEX #BB6BBA Fuchsia

📋 copy color: '#BB6BBA'

red 187 ◦ green 107 ◦ blue 186

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

Shades of Fuchsia #BB6BBA

Tints of Fuchsia #BB6BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.29%

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

R = 38.96%
G = 22.29%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB6BBA (or 0xBB6BBA) is known color: Fuchsia. HEX triplet: BB, 6B and BA. RGB value is (187,107,186). Sum of RGB (Red+Green+Blue) = 187+107+186=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6BBA is #449445. Grayscale: #8B8B8B. Windows color (decimal): -4494406 or 12217275. OLE color: 12217275.

HSL color Cylindrical-coordinate representation of color #BB6BBA: hue angle of 300.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6BBA is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 107 186 -
CMYK 0 0.43 0.01 0.27
HSL 300.75º 0.37% 0.58% -
HSV(B) 300.75º 0.43% 0.73% -
XYZ 34.61 24.63 49.38 -
YUV 139.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 187 107 186 0 0.43 0.01 0.27 300.75 0.37 0.58
Hex BB 6B BA 0 2B 1 1B 12D 25 3A
Octal 273 153 272 0 53 1 33 455 45 72
Binary 10111011 1101011 10111010 0 101011 1 11011 100101101 100101 111010

Color Harmonies of #BB6BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6BBA

Black with #BB6BBA

Text Example


Text Example

White with #BB6BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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