Html Css Color HEX #BD5FBB Fuchsia

📋 copy color: '#BD5FBB'

red 189 ◦ green 95 ◦ blue 187

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

Shades of Fuchsia #BD5FBB

Tints of Fuchsia #BD5FBB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.17%

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

R = 40.13%
G = 20.17%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD5FBB (or 0xBD5FBB) is known color: Fuchsia. HEX triplet: BD, 5F and BB. RGB value is (189,95,187). Sum of RGB (Red+Green+Blue) = 189+95+187=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5FBB is #42A044. Grayscale: #858585. Windows color (decimal): -4366405 or 12279741. OLE color: 12279741.

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

Color convert

RGB 189 95 187 -
CMYK 0 0.50 0.01 0.26
HSL 301.28º 0.42% 0.56% -
HSV(B) 301.28º 0.5% 0.74% -
XYZ 34.05 22.59 49.58 -
YUV 133.59 158.14 167.52 -
System Red Green Blue C M Y K H S L
Decimal 189 95 187 0 0.50 0.01 0.26 301.28 0.42 0.56
Hex BD 5F BB 0 32 1 1A 12D 2A 38
Octal 275 137 273 0 62 1 32 455 52 70
Binary 10111101 1011111 10111011 0 110010 1 11010 100101101 101010 111000

Color Harmonies of #BD5FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5FBB

Black with #BD5FBB

Text Example


Text Example

White with #BD5FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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