Html Css Color HEX #BD3CB6 Fuchsia

📋 copy color: '#BD3CB6'

red 189 ◦ green 60 ◦ blue 182

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

Shades of Fuchsia #BD3CB6

Tints of Fuchsia #BD3CB6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.92%

 BLUE value IS 182 (71.48% from 255) = 42.23%

R = 43.85%
G = 13.92%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BD3CB6 (or 0xBD3CB6) is known color: Fuchsia. HEX triplet: BD, 3C and B6. RGB value is (189,60,182). Sum of RGB (Red+Green+Blue) = 189+60+182=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3CB6 is #42C349. Grayscale: #707070. Windows color (decimal): -4375370 or 11943101. OLE color: 11943101.

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

Color convert

RGB 189 60 182 -
CMYK 0 0.68 0.04 0.26
HSL 303.26º 0.52% 0.49% -
HSV(B) 303.26º 0.68% 0.74% -
XYZ 31.05 17.43 45.98 -
YUV 112.48 167.24 182.58 -
System Red Green Blue C M Y K H S L
Decimal 189 60 182 0 0.68 0.04 0.26 303.26 0.52 0.49
Hex BD 3C B6 0 44 4 1A 12F 34 31
Octal 275 74 266 0 104 4 32 457 64 61
Binary 10111101 111100 10110110 0 1000100 100 11010 100101111 110100 110001

Color Harmonies of #BD3CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3CB6

Black with #BD3CB6

Text Example


Text Example

White with #BD3CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3CB6; }

 p { color: rgb(189,60,182); }

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

background-color css

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

 a { background-color: rgb(189,60,182); }

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

border-color css

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

 span { border-color: rgb(189,60,182); }

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