Html Css Color HEX #BB4CBE Fuchsia

📋 copy color: '#BB4CBE'

red 187 ◦ green 76 ◦ blue 190

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

Shades of Fuchsia #BB4CBE

Tints of Fuchsia #BB4CBE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.78%

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 41.28%
G = 16.78%
B = 41.94%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB4CBE (or 0xBB4CBE) is known color: Fuchsia. HEX triplet: BB, 4C and BE. RGB value is (187,76,190). Sum of RGB (Red+Green+Blue) = 187+76+190=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB4CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4CBE is #44B341. Grayscale: #797979. Windows color (decimal): -4502338 or 12471483. OLE color: 12471483.

HSL color Cylindrical-coordinate representation of color #BB4CBE: hue angle of 298.42º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4CBE is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 76 190 -
CMYK 0.02 0.60 0 0.25
HSL 298.42º 0.47% 0.52% -
HSV(B) 298.42º 0.6% 0.75% -
XYZ 32.37 19.45 50.76 -
YUV 122.19 166.27 174.23 -
System Red Green Blue C M Y K H S L
Decimal 187 76 190 0.02 0.60 0 0.25 298.42 0.47 0.52
Hex BB 4C BE 2 3C 0 19 12A 2F 34
Octal 273 114 276 2 74 0 31 452 57 64
Binary 10111011 1001100 10111110 10 111100 0 11001 100101010 101111 110100

Color Harmonies of #BB4CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4CBE

Black with #BB4CBE

Text Example


Text Example

White with #BB4CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4CBE; }

 p { color: rgb(187,76,190); }

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

background-color css

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

 a { background-color: rgb(187,76,190); }

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

border-color css

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

 span { border-color: rgb(187,76,190); }

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