Html Css Color HEX #BB65B2 Fuchsia

📋 copy color: '#BB65B2'

red 187 ◦ green 101 ◦ blue 178

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

Shades of Fuchsia #BB65B2

Tints of Fuchsia #BB65B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.2%

R = 40.13%
G = 21.67%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB65B2 (or 0xBB65B2) is known color: Fuchsia. HEX triplet: BB, 65 and B2. RGB value is (187,101,178). Sum of RGB (Red+Green+Blue) = 187+101+178=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB65B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB65B2 is #449A4D. Grayscale: #878787. Windows color (decimal): -4495950 or 11691451. OLE color: 11691451.

HSL color Cylindrical-coordinate representation of color #BB65B2: hue angle of 306.28º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB65B2 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 101 178 -
CMYK 0 0.46 0.05 0.27
HSL 306.28º 0.39% 0.56% -
HSV(B) 306.28º 0.46% 0.73% -
XYZ 33.18 23.09 44.83 -
YUV 135.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 187 101 178 0 0.46 0.05 0.27 306.28 0.39 0.56
Hex BB 65 B2 0 2E 5 1B 132 27 38
Octal 273 145 262 0 56 5 33 462 47 70
Binary 10111011 1100101 10110010 0 101110 101 11011 100110010 100111 111000

Color Harmonies of #BB65B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB65B2

Black with #BB65B2

Text Example


Text Example

White with #BB65B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB65B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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