Html Css Color HEX #BB5CB2 Fuchsia

📋 copy color: '#BB5CB2'

red 187 ◦ green 92 ◦ blue 178

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

Shades of Fuchsia #BB5CB2

Tints of Fuchsia #BB5CB2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.13%

 BLUE value IS 178 (69.92% from 255) = 38.95%

R = 40.92%
G = 20.13%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB5CB2 (or 0xBB5CB2) is known color: Fuchsia. HEX triplet: BB, 5C and B2. RGB value is (187,92,178). Sum of RGB (Red+Green+Blue) = 187+92+178=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5CB2 is #44A34D. Grayscale: #818181. Windows color (decimal): -4498254 or 11689147. OLE color: 11689147.

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

Color convert

RGB 187 92 178 -
CMYK 0 0.51 0.05 0.27
HSL 305.68º 0.41% 0.55% -
HSV(B) 305.68º 0.51% 0.73% -
XYZ 32.36 21.43 44.55 -
YUV 130.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 187 92 178 0 0.51 0.05 0.27 305.68 0.41 0.55
Hex BB 5C B2 0 33 5 1B 132 29 37
Octal 273 134 262 0 63 5 33 462 51 67
Binary 10111011 1011100 10110010 0 110011 101 11011 100110010 101001 110111

Color Harmonies of #BB5CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5CB2

Black with #BB5CB2

Text Example


Text Example

White with #BB5CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5CB2; }

 p { color: rgb(187,92,178); }

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

background-color css

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

 a { background-color: rgb(187,92,178); }

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

border-color css

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

 span { border-color: rgb(187,92,178); }

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