Html Css Color HEX #BD78C2 Fuchsia

📋 copy color: '#BD78C2'

red 189 ◦ green 120 ◦ blue 194

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

Shades of Fuchsia #BD78C2

Tints of Fuchsia #BD78C2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.86%

 BLUE value IS 194 (76.17% from 255) = 38.57%

R = 37.57%
G = 23.86%
B = 38.57%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD78C2 (or 0xBD78C2) is known color: Fuchsia. HEX triplet: BD, 78 and C2. RGB value is (189,120,194). Sum of RGB (Red+Green+Blue) = 189+120+194=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD78C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD78C2 is #42873D. Grayscale: #949494. Windows color (decimal): -4359998 or 12744893. OLE color: 12744893.

HSL color Cylindrical-coordinate representation of color #BD78C2: hue angle of 295.95º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD78C2 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 120 194 -
CMYK 0.03 0.38 0 0.24
HSL 295.95º 0.38% 0.62% -
HSV(B) 295.95º 0.38% 0.76% -
XYZ 37.44 28.15 54.5 -
YUV 149.07 153.36 156.48 -
System Red Green Blue C M Y K H S L
Decimal 189 120 194 0.03 0.38 0 0.24 295.95 0.38 0.62
Hex BD 78 C2 3 26 0 18 128 26 3E
Octal 275 170 302 3 46 0 30 450 46 76
Binary 10111101 1111000 11000010 11 100110 0 11000 100101000 100110 111110

Color Harmonies of #BD78C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD78C2

Black with #BD78C2

Text Example


Text Example

White with #BD78C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD78C2; }

 p { color: rgb(189,120,194); }

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

background-color css

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

 a { background-color: rgb(189,120,194); }

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

border-color css

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

 span { border-color: rgb(189,120,194); }

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