Html Css Color HEX #BB30BC Fuchsia

📋 copy color: '#BB30BC'

red 187 ◦ green 48 ◦ blue 188

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

Shades of Fuchsia #BB30BC

Tints of Fuchsia #BB30BC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.35%

 BLUE value IS 188 (73.83% from 255) = 44.44%

R = 44.21%
G = 11.35%
B = 44.44%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB30BC (or 0xBB30BC) is known color: Fuchsia. HEX triplet: BB, 30 and BC. RGB value is (187,48,188). Sum of RGB (Red+Green+Blue) = 187+48+188=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB30BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB30BC is #44CF43. Grayscale: #696969. Windows color (decimal): -4509508 or 12333243. OLE color: 12333243.

HSL color Cylindrical-coordinate representation of color #BB30BC: hue angle of 299.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB30BC is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 48 188 -
CMYK 0.01 0.74 0 0.26
HSL 299.57º 0.59% 0.46% -
HSV(B) 299.57º 0.74% 0.74% -
XYZ 30.63 16.31 49.11 -
YUV 105.52 174.55 186.12 -
System Red Green Blue C M Y K H S L
Decimal 187 48 188 0.01 0.74 0 0.26 299.57 0.59 0.46
Hex BB 30 BC 1 4A 0 1A 12C 3B 2E
Octal 273 60 274 1 112 0 32 454 73 56
Binary 10111011 110000 10111100 1 1001010 0 11010 100101100 111011 101110

Color Harmonies of #BB30BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB30BC

Black with #BB30BC

Text Example


Text Example

White with #BB30BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB30BC; }

 p { color: rgb(187,48,188); }

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

background-color css

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

 a { background-color: rgb(187,48,188); }

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

border-color css

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

 span { border-color: rgb(187,48,188); }

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