Html Css Color HEX #BB67C0 Fuchsia

📋 copy color: '#BB67C0'

red 187 ◦ green 103 ◦ blue 192

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

Shades of Fuchsia #BB67C0

Tints of Fuchsia #BB67C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.83%

R = 38.8%
G = 21.37%
B = 39.83%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB67C0 (or 0xBB67C0) is known color: Fuchsia. HEX triplet: BB, 67 and C0. RGB value is (187,103,192). Sum of RGB (Red+Green+Blue) = 187+103+192=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB67C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB67C0 is #44983F. Grayscale: #898989. Windows color (decimal): -4495424 or 12609467. OLE color: 12609467.

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

Color convert

RGB 187 103 192 -
CMYK 0.03 0.46 0 0.25
HSL 296.63º 0.41% 0.58% -
HSV(B) 296.63º 0.46% 0.75% -
XYZ 34.86 24.07 52.68 -
YUV 138.26 158.33 162.76 -
System Red Green Blue C M Y K H S L
Decimal 187 103 192 0.03 0.46 0 0.25 296.63 0.41 0.58
Hex BB 67 C0 3 2E 0 19 129 29 3A
Octal 273 147 300 3 56 0 31 451 51 72
Binary 10111011 1100111 11000000 11 101110 0 11001 100101001 101001 111010

Color Harmonies of #BB67C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB67C0

Black with #BB67C0

Text Example


Text Example

White with #BB67C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB67C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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