Html Css Color HEX #BB3DB2 Fuchsia

📋 copy color: '#BB3DB2'

red 187 ◦ green 61 ◦ blue 178

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

Shades of Fuchsia #BB3DB2

Tints of Fuchsia #BB3DB2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.32%

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

R = 43.9%
G = 14.32%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB3DB2 (or 0xBB3DB2) is known color: Fuchsia. HEX triplet: BB, 3D and B2. RGB value is (187,61,178). Sum of RGB (Red+Green+Blue) = 187+61+178=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3DB2 is #44C24D. Grayscale: #6F6F6F. Windows color (decimal): -4506190 or 11681211. OLE color: 11681211.

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

Color convert

RGB 187 61 178 -
CMYK 0 0.67 0.05 0.27
HSL 304.29º 0.51% 0.49% -
HSV(B) 304.29º 0.67% 0.73% -
XYZ 30.2 17.12 43.83 -
YUV 112.01 165.24 181.49 -
System Red Green Blue C M Y K H S L
Decimal 187 61 178 0 0.67 0.05 0.27 304.29 0.51 0.49
Hex BB 3D B2 0 43 5 1B 130 33 31
Octal 273 75 262 0 103 5 33 460 63 61
Binary 10111011 111101 10110010 0 1000011 101 11011 100110000 110011 110001

Color Harmonies of #BB3DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3DB2

Black with #BB3DB2

Text Example


Text Example

White with #BB3DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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