Html Css Color HEX #BB65BE Fuchsia

📋 copy color: '#BB65BE'

red 187 ◦ green 101 ◦ blue 190

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

Shades of Fuchsia #BB65BE

Tints of Fuchsia #BB65BE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.13%

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

R = 39.12%
G = 21.13%
B = 39.75%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB65BE (or 0xBB65BE) is known color: Fuchsia. HEX triplet: BB, 65 and BE. RGB value is (187,101,190). Sum of RGB (Red+Green+Blue) = 187+101+190=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB65BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB65BE is #449A41. Grayscale: #888888. Windows color (decimal): -4495938 or 12477883. OLE color: 12477883.

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

Color convert

RGB 187 101 190 -
CMYK 0.02 0.47 0 0.25
HSL 297.98º 0.41% 0.57% -
HSV(B) 297.98º 0.47% 0.75% -
XYZ 34.44 23.59 51.45 -
YUV 136.86 157.99 163.76 -
System Red Green Blue C M Y K H S L
Decimal 187 101 190 0.02 0.47 0 0.25 297.98 0.41 0.57
Hex BB 65 BE 2 2F 0 19 12A 29 39
Octal 273 145 276 2 57 0 31 452 51 71
Binary 10111011 1100101 10111110 10 101111 0 11001 100101010 101001 111001

Color Harmonies of #BB65BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB65BE

Black with #BB65BE

Text Example


Text Example

White with #BB65BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB65BE; }

 p { color: rgb(187,101,190); }

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

background-color css

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

 a { background-color: rgb(187,101,190); }

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

border-color css

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

 span { border-color: rgb(187,101,190); }

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