Html Css Color HEX #BB8FD1 Wisteria

📋 copy color: '#BB8FD1'

red 187 ◦ green 143 ◦ blue 209

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

Shades of Wisteria #BB8FD1

Tints of Wisteria #BB8FD1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.53%

 BLUE value IS 209 (82.03% from 255) = 38.78%

R = 34.69%
G = 26.53%
B = 38.78%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB8FD1 (or 0xBB8FD1) is known color: Wisteria. HEX triplet: BB, 8F and D1. RGB value is (187,143,209). Sum of RGB (Red+Green+Blue) = 187+143+209=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB8FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FD1 is #44702E. Grayscale: #A3A3A3. Windows color (decimal): -4485167 or 13733819. OLE color: 13733819.

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

Color convert

RGB 187 143 209 -
CMYK 0.11 0.32 0 0.18
HSL 280º 0.42% 0.69% -
HSV(B) 280º 0.32% 0.82% -
XYZ 41.82 34.81 64.84 -
YUV 163.68 153.58 144.63 -
System Red Green Blue C M Y K H S L
Decimal 187 143 209 0.11 0.32 0 0.18 280 0.42 0.69
Hex BB 8F D1 B 20 0 12 118 2A 45
Octal 273 217 321 13 40 0 22 430 52 105
Binary 10111011 10001111 11010001 1011 100000 0 10010 100011000 101010 1000101

Color Harmonies of #BB8FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8FD1

Black with #BB8FD1

Text Example


Text Example

White with #BB8FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8FD1; }

 p { color: rgb(187,143,209); }

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

background-color css

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

 a { background-color: rgb(187,143,209); }

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

border-color css

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

 span { border-color: rgb(187,143,209); }

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