Html Css Color HEX #BD42CA Fuchsia

📋 copy color: '#BD42CA'

red 189 ◦ green 66 ◦ blue 202

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

Shades of Fuchsia #BD42CA

Tints of Fuchsia #BD42CA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.44%

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

R = 41.36%
G = 14.44%
B = 44.2%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD42CA (or 0xBD42CA) is known color: Fuchsia. HEX triplet: BD, 42 and CA. RGB value is (189,66,202). Sum of RGB (Red+Green+Blue) = 189+66+202=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD42CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD42CA is #42BD35. Grayscale: #757575. Windows color (decimal): -4373814 or 13255357. OLE color: 13255357.

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

Color convert

RGB 189 66 202 -
CMYK 0.06 0.67 0 0.21
HSL 294.26º 0.56% 0.53% -
HSV(B) 294.26º 0.67% 0.79% -
XYZ 33.6 18.98 57.77 -
YUV 118.28 175.25 178.44 -
System Red Green Blue C M Y K H S L
Decimal 189 66 202 0.06 0.67 0 0.21 294.26 0.56 0.53
Hex BD 42 CA 6 43 0 15 126 38 35
Octal 275 102 312 6 103 0 25 446 70 65
Binary 10111101 1000010 11001010 110 1000011 0 10101 100100110 111000 110101

Color Harmonies of #BD42CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD42CA

Black with #BD42CA

Text Example


Text Example

White with #BD42CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD42CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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