Html Css Color HEX #BB62C0 Fuchsia

📋 copy color: '#BB62C0'

red 187 ◦ green 98 ◦ blue 192

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

Shades of Fuchsia #BB62C0

Tints of Fuchsia #BB62C0

RGB

 RED value IS 187 (73.44% from 255) = 39.2%

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

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

R = 39.2%
G = 20.55%
B = 40.25%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB62C0 (or 0xBB62C0) is known color: Fuchsia. HEX triplet: BB, 62 and C0. RGB value is (187,98,192). Sum of RGB (Red+Green+Blue) = 187+98+192=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB62C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB62C0 is #449D3F. Grayscale: #878787. Windows color (decimal): -4496704 or 12608187. OLE color: 12608187.

HSL color Cylindrical-coordinate representation of color #BB62C0: hue angle of 296.81º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB62C0 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 98 192 -
CMYK 0.03 0.49 0 0.25
HSL 296.81º 0.43% 0.57% -
HSV(B) 296.81º 0.49% 0.75% -
XYZ 34.38 23.11 52.52 -
YUV 135.33 159.99 164.86 -
System Red Green Blue C M Y K H S L
Decimal 187 98 192 0.03 0.49 0 0.25 296.81 0.43 0.57
Hex BB 62 C0 3 31 0 19 129 2B 39
Octal 273 142 300 3 61 0 31 451 53 71
Binary 10111011 1100010 11000000 11 110001 0 11001 100101001 101011 111001

Color Harmonies of #BB62C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB62C0

Black with #BB62C0

Text Example


Text Example

White with #BB62C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB62C0; }

 p { color: rgb(187,98,192); }

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

background-color css

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

 a { background-color: rgb(187,98,192); }

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

border-color css

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

 span { border-color: rgb(187,98,192); }

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