Html Css Color HEX #BD5CBB Fuchsia

📋 copy color: '#BD5CBB'

red 189 ◦ green 92 ◦ blue 187

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

Shades of Fuchsia #BD5CBB

Tints of Fuchsia #BD5CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.66%

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

R = 40.38%
G = 19.66%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD5CBB (or 0xBD5CBB) is known color: Fuchsia. HEX triplet: BD, 5C and BB. RGB value is (189,92,187). Sum of RGB (Red+Green+Blue) = 189+92+187=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5CBB is #42A344. Grayscale: #838383. Windows color (decimal): -4367173 or 12278973. OLE color: 12278973.

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

Color convert

RGB 189 92 187 -
CMYK 0 0.51 0.01 0.26
HSL 301.24º 0.42% 0.55% -
HSV(B) 301.24º 0.51% 0.74% -
XYZ 33.78 22.06 49.49 -
YUV 131.83 159.14 168.78 -
System Red Green Blue C M Y K H S L
Decimal 189 92 187 0 0.51 0.01 0.26 301.24 0.42 0.55
Hex BD 5C BB 0 33 1 1A 12D 2A 37
Octal 275 134 273 0 63 1 32 455 52 67
Binary 10111101 1011100 10111011 0 110011 1 11010 100101101 101010 110111

Color Harmonies of #BD5CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5CBB

Black with #BD5CBB

Text Example


Text Example

White with #BD5CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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