Html Css Color HEX #BD3FBB Fuchsia

📋 copy color: '#BD3FBB'

red 189 ◦ green 63 ◦ blue 187

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

Shades of Fuchsia #BD3FBB

Tints of Fuchsia #BD3FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 14.35%

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

R = 43.05%
G = 14.35%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD3FBB (or 0xBD3FBB) is known color: Fuchsia. HEX triplet: BD, 3F and BB. RGB value is (189,63,187). Sum of RGB (Red+Green+Blue) = 189+63+187=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3FBB is #42C044. Grayscale: #727272. Windows color (decimal): -4374597 or 12271549. OLE color: 12271549.

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

Color convert

RGB 189 63 187 -
CMYK 0 0.67 0.01 0.26
HSL 300.95º 0.5% 0.49% -
HSV(B) 300.95º 0.67% 0.74% -
XYZ 31.73 17.96 48.81 -
YUV 114.81 168.74 180.92 -
System Red Green Blue C M Y K H S L
Decimal 189 63 187 0 0.67 0.01 0.26 300.95 0.5 0.49
Hex BD 3F BB 0 43 1 1A 12D 32 31
Octal 275 77 273 0 103 1 32 455 62 61
Binary 10111101 111111 10111011 0 1000011 1 11010 100101101 110010 110001

Color Harmonies of #BD3FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3FBB

Black with #BD3FBB

Text Example


Text Example

White with #BD3FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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