Html Css Color HEX #BD38C5 Fuchsia

📋 copy color: '#BD38C5'

red 189 ◦ green 56 ◦ blue 197

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

Shades of Fuchsia #BD38C5

Tints of Fuchsia #BD38C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.57%

R = 42.76%
G = 12.67%
B = 44.57%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BD38C5 (or 0xBD38C5) is known color: Fuchsia. HEX triplet: BD, 38 and C5. RGB value is (189,56,197). Sum of RGB (Red+Green+Blue) = 189+56+197=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD38C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD38C5 is #42C73A. Grayscale: #6F6F6F. Windows color (decimal): -4376379 or 12925117. OLE color: 12925117.

HSL color Cylindrical-coordinate representation of color #BD38C5: hue angle of 296.6º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD38C5 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 56 197 -
CMYK 0.04 0.72 0 0.23
HSL 296.6º 0.56% 0.5% -
HSV(B) 296.6º 0.72% 0.77% -
XYZ 32.48 17.68 54.52 -
YUV 111.84 176.06 183.04 -
System Red Green Blue C M Y K H S L
Decimal 189 56 197 0.04 0.72 0 0.23 296.6 0.56 0.5
Hex BD 38 C5 4 48 0 17 129 38 32
Octal 275 70 305 4 110 0 27 451 70 62
Binary 10111101 111000 11000101 100 1001000 0 10111 100101001 111000 110010

Color Harmonies of #BD38C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD38C5

Black with #BD38C5

Text Example


Text Example

White with #BD38C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD38C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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