Html Css Color HEX #BB69C2 Fuchsia

📋 copy color: '#BB69C2'

red 187 ◦ green 105 ◦ blue 194

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

Shades of Fuchsia #BB69C2

Tints of Fuchsia #BB69C2

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.6%

 BLUE value IS 194 (76.17% from 255) = 39.92%

R = 38.48%
G = 21.6%
B = 39.92%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB69C2 (or 0xBB69C2) is known color: Fuchsia. HEX triplet: BB, 69 and C2. RGB value is (187,105,194). Sum of RGB (Red+Green+Blue) = 187+105+194=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB69C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB69C2 is #44963D. Grayscale: #8B8B8B. Windows color (decimal): -4494910 or 12741051. OLE color: 12741051.

HSL color Cylindrical-coordinate representation of color #BB69C2: hue angle of 295.28º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB69C2 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 105 194 -
CMYK 0.04 0.46 0 0.24
HSL 295.28º 0.42% 0.59% -
HSV(B) 295.28º 0.46% 0.76% -
XYZ 35.28 24.56 53.92 -
YUV 139.66 158.67 161.76 -
System Red Green Blue C M Y K H S L
Decimal 187 105 194 0.04 0.46 0 0.24 295.28 0.42 0.59
Hex BB 69 C2 4 2E 0 18 127 2A 3B
Octal 273 151 302 4 56 0 30 447 52 73
Binary 10111011 1101001 11000010 100 101110 0 11000 100100111 101010 111011

Color Harmonies of #BB69C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB69C2

Black with #BB69C2

Text Example


Text Example

White with #BB69C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB69C2; }

 p { color: rgb(187,105,194); }

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

background-color css

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

 a { background-color: rgb(187,105,194); }

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

border-color css

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

 span { border-color: rgb(187,105,194); }

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