Html Css Color HEX #BB7BDF Wisteria

📋 copy color: '#BB7BDF'

red 187 ◦ green 123 ◦ blue 223

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

Shades of Wisteria #BB7BDF

Tints of Wisteria #BB7BDF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.08%

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 35.08%
G = 23.08%
B = 41.84%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB7BDF (or 0xBB7BDF) is known color: Wisteria. HEX triplet: BB, 7B and DF. RGB value is (187,123,223). Sum of RGB (Red+Green+Blue) = 187+123+223=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB7BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BDF is #448420. Grayscale: #999999. Windows color (decimal): -4490273 or 14646203. OLE color: 14646203.

HSL color Cylindrical-coordinate representation of color #BB7BDF: hue angle of 278.4º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB7BDF is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 123 223 -
CMYK 0.16 0.45 0 0.13
HSL 278.4º 0.61% 0.68% -
HSV(B) 278.4º 0.45% 0.87% -
XYZ 40.9 30.06 73.46 -
YUV 153.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 187 123 223 0.16 0.45 0 0.13 278.4 0.61 0.68
Hex BB 7B DF 10 2D 0 D 116 3D 44
Octal 273 173 337 20 55 0 15 426 75 104
Binary 10111011 1111011 11011111 10000 101101 0 1101 100010110 111101 1000100

Color Harmonies of #BB7BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7BDF

Black with #BB7BDF

Text Example


Text Example

White with #BB7BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7BDF; }

 p { color: rgb(187,123,223); }

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

background-color css

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

 a { background-color: rgb(187,123,223); }

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

border-color css

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

 span { border-color: rgb(187,123,223); }

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