Html Css Color HEX #BB65B8 Fuchsia

📋 copy color: '#BB65B8'

red 187 ◦ green 101 ◦ blue 184

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

Shades of Fuchsia #BB65B8

Tints of Fuchsia #BB65B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.98%

R = 39.62%
G = 21.4%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BB65B8 (or 0xBB65B8) is known color: Fuchsia. HEX triplet: BB, 65 and B8. RGB value is (187,101,184). Sum of RGB (Red+Green+Blue) = 187+101+184=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB65B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB65B8 is #449A47. Grayscale: #878787. Windows color (decimal): -4495944 or 12084667. OLE color: 12084667.

HSL color Cylindrical-coordinate representation of color #BB65B8: hue angle of 302.09º 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 #BB65B8 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 101 184 -
CMYK 0 0.46 0.02 0.27
HSL 302.09º 0.39% 0.56% -
HSV(B) 302.09º 0.46% 0.73% -
XYZ 33.8 23.33 48.07 -
YUV 136.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 187 101 184 0 0.46 0.02 0.27 302.09 0.39 0.56
Hex BB 65 B8 0 2E 2 1B 12E 27 38
Octal 273 145 270 0 56 2 33 456 47 70
Binary 10111011 1100101 10111000 0 101110 10 11011 100101110 100111 111000

Color Harmonies of #BB65B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB65B8

Black with #BB65B8

Text Example


Text Example

White with #BB65B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB65B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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