Html Css Color HEX #BB65B0 Fuchsia

📋 copy color: '#BB65B0'

red 187 ◦ green 101 ◦ blue 176

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

Shades of Fuchsia #BB65B0

Tints of Fuchsia #BB65B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.93%

R = 40.3%
G = 21.77%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB65B0 (or 0xBB65B0) is known color: Fuchsia. HEX triplet: BB, 65 and B0. RGB value is (187,101,176). Sum of RGB (Red+Green+Blue) = 187+101+176=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB65B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB65B0 is #449A4F. Grayscale: #878787. Windows color (decimal): -4495952 or 11560379. OLE color: 11560379.

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

Color convert

RGB 187 101 176 -
CMYK 0 0.46 0.06 0.27
HSL 307.67º 0.39% 0.56% -
HSV(B) 307.67º 0.46% 0.73% -
XYZ 32.98 23.01 43.78 -
YUV 135.26 150.99 164.9 -
System Red Green Blue C M Y K H S L
Decimal 187 101 176 0 0.46 0.06 0.27 307.67 0.39 0.56
Hex BB 65 B0 0 2E 6 1B 134 27 38
Octal 273 145 260 0 56 6 33 464 47 70
Binary 10111011 1100101 10110000 0 101110 110 11011 100110100 100111 111000

Color Harmonies of #BB65B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB65B0

Black with #BB65B0

Text Example


Text Example

White with #BB65B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB65B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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