Html Css Color HEX #BB8FD2 Wisteria

📋 copy color: '#BB8FD2'

red 187 ◦ green 143 ◦ blue 210

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

Shades of Wisteria #BB8FD2

Tints of Wisteria #BB8FD2

RGB

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

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

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

R = 34.63%
G = 26.48%
B = 38.89%

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

#BB8FD2 (or 0xBB8FD2) is known color: Wisteria. HEX triplet: BB, 8F and D2. RGB value is (187,143,210). Sum of RGB (Red+Green+Blue) = 187+143+210=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB8FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FD2 is #44702D. Grayscale: #A3A3A3. Windows color (decimal): -4485166 or 13799355. OLE color: 13799355.

HSL color Cylindrical-coordinate representation of color #BB8FD2: hue angle of 279.4º degrees, saturation: 0.43, 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 #BB8FD2 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 143 210 -
CMYK 0.11 0.32 0 0.18
HSL 279.4º 0.43% 0.69% -
HSV(B) 279.4º 0.32% 0.82% -
XYZ 41.95 34.86 65.49 -
YUV 163.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 187 143 210 0.11 0.32 0 0.18 279.4 0.43 0.69
Hex BB 8F D2 B 20 0 12 117 2B 45
Octal 273 217 322 13 40 0 22 427 53 105
Binary 10111011 10001111 11010010 1011 100000 0 10010 100010111 101011 1000101

Color Harmonies of #BB8FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8FD2

Black with #BB8FD2

Text Example


Text Example

White with #BB8FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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