Html Css Color HEX #BB67BE Fuchsia

📋 copy color: '#BB67BE'

red 187 ◦ green 103 ◦ blue 190

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

Shades of Fuchsia #BB67BE

Tints of Fuchsia #BB67BE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.46%

 BLUE value IS 190 (74.61% from 255) = 39.58%

R = 38.96%
G = 21.46%
B = 39.58%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB67BE (or 0xBB67BE) is known color: Fuchsia. HEX triplet: BB, 67 and BE. RGB value is (187,103,190). Sum of RGB (Red+Green+Blue) = 187+103+190=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB67BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB67BE is #449841. Grayscale: #898989. Windows color (decimal): -4495426 or 12478395. OLE color: 12478395.

HSL color Cylindrical-coordinate representation of color #BB67BE: hue angle of 297.93º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB67BE is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 103 190 -
CMYK 0.02 0.46 0 0.25
HSL 297.93º 0.4% 0.57% -
HSV(B) 297.93º 0.46% 0.75% -
XYZ 34.64 23.98 51.52 -
YUV 138.03 157.33 162.93 -
System Red Green Blue C M Y K H S L
Decimal 187 103 190 0.02 0.46 0 0.25 297.93 0.4 0.57
Hex BB 67 BE 2 2E 0 19 12A 28 39
Octal 273 147 276 2 56 0 31 452 50 71
Binary 10111011 1100111 10111110 10 101110 0 11001 100101010 101000 111001

Color Harmonies of #BB67BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB67BE

Black with #BB67BE

Text Example


Text Example

White with #BB67BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB67BE; }

 p { color: rgb(187,103,190); }

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

background-color css

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

 a { background-color: rgb(187,103,190); }

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

border-color css

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

 span { border-color: rgb(187,103,190); }

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