Html Css Color HEX #BB90CF Wisteria

📋 copy color: '#BB90CF'

red 187 ◦ green 144 ◦ blue 207

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

Shades of Wisteria #BB90CF

Tints of Wisteria #BB90CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.48%

R = 34.76%
G = 26.77%
B = 38.48%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB90CF (or 0xBB90CF) is known color: Wisteria. HEX triplet: BB, 90 and CF. RGB value is (187,144,207). Sum of RGB (Red+Green+Blue) = 187+144+207=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB90CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90CF is #446F30. Grayscale: #A3A3A3. Windows color (decimal): -4484913 or 13603003. OLE color: 13603003.

HSL color Cylindrical-coordinate representation of color #BB90CF: hue angle of 280.95º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB90CF is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 144 207 -
CMYK 0.10 0.30 0 0.19
HSL 280.95º 0.4% 0.69% -
HSV(B) 280.95º 0.3% 0.81% -
XYZ 41.73 35.02 63.59 -
YUV 164.04 152.25 144.38 -
System Red Green Blue C M Y K H S L
Decimal 187 144 207 0.10 0.30 0 0.19 280.95 0.4 0.69
Hex BB 90 CF A 1E 0 13 119 28 45
Octal 273 220 317 12 36 0 23 431 50 105
Binary 10111011 10010000 11001111 1010 11110 0 10011 100011001 101000 1000101

Color Harmonies of #BB90CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB90CF

Black with #BB90CF

Text Example


Text Example

White with #BB90CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB90CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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