Html Css Color HEX #BD62BE Fuchsia

📋 copy color: '#BD62BE'

red 189 ◦ green 98 ◦ blue 190

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

Shades of Fuchsia #BD62BE

Tints of Fuchsia #BD62BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 39.62%
G = 20.55%
B = 39.83%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD62BE (or 0xBD62BE) is known color: Fuchsia. HEX triplet: BD, 62 and BE. RGB value is (189,98,190). Sum of RGB (Red+Green+Blue) = 189+98+190=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD62BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD62BE is #429D41. Grayscale: #878787. Windows color (decimal): -4365634 or 12477117. OLE color: 12477117.

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

Color convert

RGB 189 98 190 -
CMYK 0.01 0.48 0 0.25
HSL 299.35º 0.41% 0.56% -
HSV(B) 299.35º 0.48% 0.75% -
XYZ 34.65 23.27 51.38 -
YUV 135.7 158.65 166.02 -
System Red Green Blue C M Y K H S L
Decimal 189 98 190 0.01 0.48 0 0.25 299.35 0.41 0.56
Hex BD 62 BE 1 30 0 19 12B 29 38
Octal 275 142 276 1 60 0 31 453 51 70
Binary 10111101 1100010 10111110 1 110000 0 11001 100101011 101001 111000

Color Harmonies of #BD62BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD62BE

Black with #BD62BE

Text Example


Text Example

White with #BD62BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD62BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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