Html Css Color HEX #BD44CA Fuchsia

📋 copy color: '#BD44CA'

red 189 ◦ green 68 ◦ blue 202

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

Shades of Fuchsia #BD44CA

Tints of Fuchsia #BD44CA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.81%

 BLUE value IS 202 (79.3% from 255) = 44.01%

R = 41.18%
G = 14.81%
B = 44.01%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD44CA (or 0xBD44CA) is known color: Fuchsia. HEX triplet: BD, 44 and CA. RGB value is (189,68,202). Sum of RGB (Red+Green+Blue) = 189+68+202=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD44CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD44CA is #42BB35. Grayscale: #777777. Windows color (decimal): -4373302 or 13255869. OLE color: 13255869.

HSL color Cylindrical-coordinate representation of color #BD44CA: hue angle of 294.18º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD44CA is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 68 202 -
CMYK 0.06 0.66 0 0.21
HSL 294.18º 0.56% 0.53% -
HSV(B) 294.18º 0.66% 0.79% -
XYZ 33.71 19.22 57.81 -
YUV 119.46 174.59 177.6 -
System Red Green Blue C M Y K H S L
Decimal 189 68 202 0.06 0.66 0 0.21 294.18 0.56 0.53
Hex BD 44 CA 6 42 0 15 126 38 35
Octal 275 104 312 6 102 0 25 446 70 65
Binary 10111101 1000100 11001010 110 1000010 0 10101 100100110 111000 110101

Color Harmonies of #BD44CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD44CA

Black with #BD44CA

Text Example


Text Example

White with #BD44CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD44CA; }

 p { color: rgb(189,68,202); }

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

background-color css

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

 a { background-color: rgb(189,68,202); }

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

border-color css

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

 span { border-color: rgb(189,68,202); }

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