Html Css Color HEX #BD4CBB Fuchsia

📋 copy color: '#BD4CBB'

red 189 ◦ green 76 ◦ blue 187

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

Shades of Fuchsia #BD4CBB

Tints of Fuchsia #BD4CBB

RGB

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

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

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

R = 41.81%
G = 16.81%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD4CBB (or 0xBD4CBB) is known color: Fuchsia. HEX triplet: BD, 4C and BB. RGB value is (189,76,187). Sum of RGB (Red+Green+Blue) = 189+76+187=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4CBB is #42B344. Grayscale: #7A7A7A. Windows color (decimal): -4371269 or 12274877. OLE color: 12274877.

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

Color convert

RGB 189 76 187 -
CMYK 0 0.60 0.01 0.26
HSL 301.06º 0.46% 0.52% -
HSV(B) 301.06º 0.6% 0.74% -
XYZ 32.54 19.58 49.08 -
YUV 122.44 164.44 175.47 -
System Red Green Blue C M Y K H S L
Decimal 189 76 187 0 0.60 0.01 0.26 301.06 0.46 0.52
Hex BD 4C BB 0 3C 1 1A 12D 2E 34
Octal 275 114 273 0 74 1 32 455 56 64
Binary 10111101 1001100 10111011 0 111100 1 11010 100101101 101110 110100

Color Harmonies of #BD4CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4CBB

Black with #BD4CBB

Text Example


Text Example

White with #BD4CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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