Html Css Color HEX #BD2BBB Fuchsia

📋 copy color: '#BD2BBB'

red 189 ◦ green 43 ◦ blue 187

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

Shades of Fuchsia #BD2BBB

Tints of Fuchsia #BD2BBB

RGB

 RED value IS 189 (74.22% from 255) = 45.11%

 GREEN value IS 43 (17.19% from 255) = 10.26%

 BLUE value IS 187 (73.44% from 255) = 44.63%

R = 45.11%
G = 10.26%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD2BBB (or 0xBD2BBB) is known color: Fuchsia. HEX triplet: BD, 2B and BB. RGB value is (189,43,187). Sum of RGB (Red+Green+Blue) = 189+43+187=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 43 (17.19% from 255 or 10.26% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2BBB is #42D444. Grayscale: #666666. Windows color (decimal): -4379717 or 12266429. OLE color: 12266429.

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

Color convert

RGB 189 43 187 -
CMYK 0 0.77 0.01 0.26
HSL 300.82º 0.63% 0.45% -
HSV(B) 300.82º 0.77% 0.74% -
XYZ 30.82 16.13 48.5 -
YUV 103.07 175.37 189.29 -
System Red Green Blue C M Y K H S L
Decimal 189 43 187 0 0.77 0.01 0.26 300.82 0.63 0.45
Hex BD 2B BB 0 4D 1 1A 12D 3F 2D
Octal 275 53 273 0 115 1 32 455 77 55
Binary 10111101 101011 10111011 0 1001101 1 11010 100101101 111111 101101

Color Harmonies of #BD2BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2BBB

Black with #BD2BBB

Text Example


Text Example

White with #BD2BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2BBB; }

 p { color: rgb(189,43,187); }

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

background-color css

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

 a { background-color: rgb(189,43,187); }

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

border-color css

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

 span { border-color: rgb(189,43,187); }

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