Html Css Color HEX #BD62C6 Fuchsia

📋 copy color: '#BD62C6'

red 189 ◦ green 98 ◦ blue 198

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

Shades of Fuchsia #BD62C6

Tints of Fuchsia #BD62C6

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.21%

 BLUE value IS 198 (77.73% from 255) = 40.82%

R = 38.97%
G = 20.21%
B = 40.82%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BD62C6 (or 0xBD62C6) is known color: Fuchsia. HEX triplet: BD, 62 and C6. RGB value is (189,98,198). Sum of RGB (Red+Green+Blue) = 189+98+198=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD62C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD62C6 is #429D39. Grayscale: #888888. Windows color (decimal): -4365626 or 13001405. OLE color: 13001405.

HSL color Cylindrical-coordinate representation of color #BD62C6: hue angle of 294.6º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD62C6 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 98 198 -
CMYK 0.05 0.51 0 0.22
HSL 294.6º 0.47% 0.58% -
HSV(B) 294.6º 0.51% 0.78% -
XYZ 35.55 23.63 56.11 -
YUV 136.61 162.65 165.37 -
System Red Green Blue C M Y K H S L
Decimal 189 98 198 0.05 0.51 0 0.22 294.6 0.47 0.58
Hex BD 62 C6 5 33 0 16 127 2F 3A
Octal 275 142 306 5 63 0 26 447 57 72
Binary 10111101 1100010 11000110 101 110011 0 10110 100100111 101111 111010

Color Harmonies of #BD62C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD62C6

Black with #BD62C6

Text Example


Text Example

White with #BD62C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD62C6; }

 p { color: rgb(189,98,198); }

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

background-color css

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

 a { background-color: rgb(189,98,198); }

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

border-color css

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

 span { border-color: rgb(189,98,198); }

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