Html Css Color HEX #BB65B7 Fuchsia

📋 copy color: '#BB65B7'

red 187 ◦ green 101 ◦ blue 183

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

Shades of Fuchsia #BB65B7

Tints of Fuchsia #BB65B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.85%

R = 39.7%
G = 21.44%
B = 38.85%

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

#BB65B7 (or 0xBB65B7) is known color: Fuchsia. HEX triplet: BB, 65 and B7. RGB value is (187,101,183). Sum of RGB (Red+Green+Blue) = 187+101+183=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB65B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB65B7 is #449A48. Grayscale: #878787. Windows color (decimal): -4495945 or 12019131. OLE color: 12019131.

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

Color convert

RGB 187 101 183 -
CMYK 0 0.46 0.02 0.27
HSL 302.79º 0.39% 0.56% -
HSV(B) 302.79º 0.46% 0.73% -
XYZ 33.69 23.29 47.52 -
YUV 136.06 154.49 164.33 -
System Red Green Blue C M Y K H S L
Decimal 187 101 183 0 0.46 0.02 0.27 302.79 0.39 0.56
Hex BB 65 B7 0 2E 2 1B 12F 27 38
Octal 273 145 267 0 56 2 33 457 47 70
Binary 10111011 1100101 10110111 0 101110 10 11011 100101111 100111 111000

Color Harmonies of #BB65B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB65B7

Black with #BB65B7

Text Example


Text Example

White with #BB65B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB65B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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