Html Css Color HEX #BD38CB Fuchsia

📋 copy color: '#BD38CB'

red 189 ◦ green 56 ◦ blue 203

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

Shades of Fuchsia #BD38CB

Tints of Fuchsia #BD38CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.31%

R = 42.19%
G = 12.5%
B = 45.31%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD38CB (or 0xBD38CB) is known color: Fuchsia. HEX triplet: BD, 38 and CB. RGB value is (189,56,203). Sum of RGB (Red+Green+Blue) = 189+56+203=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD38CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD38CB is #42C734. Grayscale: #707070. Windows color (decimal): -4376373 or 13318333. OLE color: 13318333.

HSL color Cylindrical-coordinate representation of color #BD38CB: hue angle of 294.29º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD38CB is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 56 203 -
CMYK 0.07 0.72 0 0.20
HSL 294.29º 0.59% 0.51% -
HSV(B) 294.29º 0.72% 0.8% -
XYZ 33.18 17.96 58.22 -
YUV 112.53 179.06 182.55 -
System Red Green Blue C M Y K H S L
Decimal 189 56 203 0.07 0.72 0 0.20 294.29 0.59 0.51
Hex BD 38 CB 7 48 0 14 126 3B 33
Octal 275 70 313 7 110 0 24 446 73 63
Binary 10111101 111000 11001011 111 1001000 0 10100 100100110 111011 110011

Color Harmonies of #BD38CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD38CB

Black with #BD38CB

Text Example


Text Example

White with #BD38CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD38CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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