Html Css Color HEX #BD5CC0 Fuchsia

📋 copy color: '#BD5CC0'

red 189 ◦ green 92 ◦ blue 192

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

Shades of Fuchsia #BD5CC0

Tints of Fuchsia #BD5CC0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.45%

 BLUE value IS 192 (75.39% from 255) = 40.59%

R = 39.96%
G = 19.45%
B = 40.59%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD5CC0 (or 0xBD5CC0) is known color: Fuchsia. HEX triplet: BD, 5C and C0. RGB value is (189,92,192). Sum of RGB (Red+Green+Blue) = 189+92+192=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD5CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5CC0 is #42A33F. Grayscale: #848484. Windows color (decimal): -4367168 or 12606653. OLE color: 12606653.

HSL color Cylindrical-coordinate representation of color #BD5CC0: hue angle of 298.2º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD5CC0 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 92 192 -
CMYK 0.02 0.52 0 0.25
HSL 298.2º 0.44% 0.56% -
HSV(B) 298.2º 0.52% 0.75% -
XYZ 34.33 22.28 52.36 -
YUV 132.4 161.64 168.37 -
System Red Green Blue C M Y K H S L
Decimal 189 92 192 0.02 0.52 0 0.25 298.2 0.44 0.56
Hex BD 5C C0 2 34 0 19 12A 2C 38
Octal 275 134 300 2 64 0 31 452 54 70
Binary 10111101 1011100 11000000 10 110100 0 11001 100101010 101100 111000

Color Harmonies of #BD5CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5CC0

Black with #BD5CC0

Text Example


Text Example

White with #BD5CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5CC0; }

 p { color: rgb(189,92,192); }

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

background-color css

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

 a { background-color: rgb(189,92,192); }

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

border-color css

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

 span { border-color: rgb(189,92,192); }

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