Html Css Color HEX #BB90D2 Wisteria

📋 copy color: '#BB90D2'

red 187 ◦ green 144 ◦ blue 210

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

Shades of Wisteria #BB90D2

Tints of Wisteria #BB90D2

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.62%

 BLUE value IS 210 (82.42% from 255) = 38.82%

R = 34.57%
G = 26.62%
B = 38.82%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB90D2 (or 0xBB90D2) is known color: Wisteria. HEX triplet: BB, 90 and D2. RGB value is (187,144,210). Sum of RGB (Red+Green+Blue) = 187+144+210=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB90D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90D2 is #446F2D. Grayscale: #A4A4A4. Windows color (decimal): -4484910 or 13799611. OLE color: 13799611.

HSL color Cylindrical-coordinate representation of color #BB90D2: hue angle of 279.09º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB90D2 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 144 210 -
CMYK 0.11 0.31 0 0.18
HSL 279.09º 0.42% 0.69% -
HSV(B) 279.09º 0.31% 0.82% -
XYZ 42.1 35.16 65.54 -
YUV 164.38 153.75 144.13 -
System Red Green Blue C M Y K H S L
Decimal 187 144 210 0.11 0.31 0 0.18 279.09 0.42 0.69
Hex BB 90 D2 B 1F 0 12 117 2A 45
Octal 273 220 322 13 37 0 22 427 52 105
Binary 10111011 10010000 11010010 1011 11111 0 10010 100010111 101010 1000101

Color Harmonies of #BB90D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB90D2

Black with #BB90D2

Text Example


Text Example

White with #BB90D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB90D2; }

 p { color: rgb(187,144,210); }

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

background-color css

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

 a { background-color: rgb(187,144,210); }

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

border-color css

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

 span { border-color: rgb(187,144,210); }

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