Html Css Color HEX #BD38B7 Fuchsia

📋 copy color: '#BD38B7'

red 189 ◦ green 56 ◦ blue 183

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

Shades of Fuchsia #BD38B7

Tints of Fuchsia #BD38B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.76%

R = 44.16%
G = 13.08%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BD38B7 (or 0xBD38B7) is known color: Fuchsia. HEX triplet: BD, 38 and B7. RGB value is (189,56,183). Sum of RGB (Red+Green+Blue) = 189+56+183=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD38B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD38B7 is #42C748. Grayscale: #6D6D6D. Windows color (decimal): -4376393 or 12007613. OLE color: 12007613.

HSL color Cylindrical-coordinate representation of color #BD38B7: hue angle of 302.71º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD38B7 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 56 183 -
CMYK 0 0.70 0.03 0.26
HSL 302.71º 0.54% 0.48% -
HSV(B) 302.71º 0.7% 0.74% -
XYZ 30.95 17.07 46.46 -
YUV 110.25 169.06 184.17 -
System Red Green Blue C M Y K H S L
Decimal 189 56 183 0 0.70 0.03 0.26 302.71 0.54 0.48
Hex BD 38 B7 0 46 3 1A 12F 36 30
Octal 275 70 267 0 106 3 32 457 66 60
Binary 10111101 111000 10110111 0 1000110 11 11010 100101111 110110 110000

Color Harmonies of #BD38B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD38B7

Black with #BD38B7

Text Example


Text Example

White with #BD38B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD38B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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