Html Css Color HEX #BD4CA7 Fuchsia

📋 copy color: '#BD4CA7'

red 189 ◦ green 76 ◦ blue 167

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

Shades of Fuchsia #BD4CA7

Tints of Fuchsia #BD4CA7

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.59%

 BLUE value IS 167 (65.63% from 255) = 38.66%

R = 43.75%
G = 17.59%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BD4CA7 (or 0xBD4CA7) is known color: Fuchsia. HEX triplet: BD, 4C and A7. RGB value is (189,76,167). Sum of RGB (Red+Green+Blue) = 189+76+167=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 167 (65.62% from 255 or 38.66% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4CA7 is #42B358. Grayscale: #777777. Windows color (decimal): -4371289 or 10964157. OLE color: 10964157.

HSL color Cylindrical-coordinate representation of color #BD4CA7: hue angle of 311.68º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4CA7 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 76 167 -
CMYK 0 0.60 0.12 0.26
HSL 311.68º 0.46% 0.52% -
HSV(B) 311.68º 0.6% 0.74% -
XYZ 30.55 18.78 38.57 -
YUV 120.16 154.44 177.1 -
System Red Green Blue C M Y K H S L
Decimal 189 76 167 0 0.60 0.12 0.26 311.68 0.46 0.52
Hex BD 4C A7 0 3C C 1A 138 2E 34
Octal 275 114 247 0 74 14 32 470 56 64
Binary 10111101 1001100 10100111 0 111100 1100 11010 100111000 101110 110100

Color Harmonies of #BD4CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4CA7

Black with #BD4CA7

Text Example


Text Example

White with #BD4CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4CA7; }

 p { color: rgb(189,76,167); }

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

background-color css

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

 a { background-color: rgb(189,76,167); }

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

border-color css

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

 span { border-color: rgb(189,76,167); }

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