Html Css Color HEX #BD38CA Fuchsia

📋 copy color: '#BD38CA'

red 189 ◦ green 56 ◦ blue 202

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

Shades of Fuchsia #BD38CA

Tints of Fuchsia #BD38CA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.53%

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

R = 42.28%
G = 12.53%
B = 45.19%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD38CA (or 0xBD38CA) is known color: Fuchsia. HEX triplet: BD, 38 and CA. RGB value is (189,56,202). Sum of RGB (Red+Green+Blue) = 189+56+202=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD38CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD38CA is #42C735. Grayscale: #6F6F6F. Windows color (decimal): -4376374 or 13252797. OLE color: 13252797.

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

Color convert

RGB 189 56 202 -
CMYK 0.06 0.72 0 0.21
HSL 294.66º 0.58% 0.51% -
HSV(B) 294.66º 0.72% 0.79% -
XYZ 33.06 17.91 57.59 -
YUV 112.41 178.56 182.63 -
System Red Green Blue C M Y K H S L
Decimal 189 56 202 0.06 0.72 0 0.21 294.66 0.58 0.51
Hex BD 38 CA 6 48 0 15 127 3A 33
Octal 275 70 312 6 110 0 25 447 72 63
Binary 10111101 111000 11001010 110 1001000 0 10101 100100111 111010 110011

Color Harmonies of #BD38CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD38CA

Black with #BD38CA

Text Example


Text Example

White with #BD38CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD38CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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