Html Css Color HEX #BB7BDD Wisteria

📋 copy color: '#BB7BDD'

red 187 ◦ green 123 ◦ blue 221

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

Shades of Wisteria #BB7BDD

Tints of Wisteria #BB7BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 35.22%
G = 23.16%
B = 41.62%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB7BDD (or 0xBB7BDD) is known color: Wisteria. HEX triplet: BB, 7B and DD. RGB value is (187,123,221). Sum of RGB (Red+Green+Blue) = 187+123+221=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB7BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BDD is #448422. Grayscale: #989898. Windows color (decimal): -4490275 or 14515131. OLE color: 14515131.

HSL color Cylindrical-coordinate representation of color #BB7BDD: hue angle of 279.18º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB7BDD is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 123 221 -
CMYK 0.15 0.44 0 0.13
HSL 279.18º 0.59% 0.67% -
HSV(B) 279.18º 0.44% 0.87% -
XYZ 40.63 29.95 72.05 -
YUV 153.31 166.2 152.03 -
System Red Green Blue C M Y K H S L
Decimal 187 123 221 0.15 0.44 0 0.13 279.18 0.59 0.67
Hex BB 7B DD F 2C 0 D 117 3B 43
Octal 273 173 335 17 54 0 15 427 73 103
Binary 10111011 1111011 11011101 1111 101100 0 1101 100010111 111011 1000011

Color Harmonies of #BB7BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7BDD

Black with #BB7BDD

Text Example


Text Example

White with #BB7BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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