Html Css Color HEX #BB8FD6 Wisteria

📋 copy color: '#BB8FD6'

red 187 ◦ green 143 ◦ blue 214

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

Shades of Wisteria #BB8FD6

Tints of Wisteria #BB8FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.34%

R = 34.38%
G = 26.29%
B = 39.34%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB8FD6 (or 0xBB8FD6) is known color: Wisteria. HEX triplet: BB, 8F and D6. RGB value is (187,143,214). Sum of RGB (Red+Green+Blue) = 187+143+214=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 214 (83.98% from 255 or 39.34% from 544); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB8FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FD6 is #447029. Grayscale: #A4A4A4. Windows color (decimal): -4485162 or 14061499. OLE color: 14061499.

HSL color Cylindrical-coordinate representation of color #BB8FD6: hue angle of 277.18º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB8FD6 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 143 214 -
CMYK 0.13 0.33 0 0.16
HSL 277.18º 0.46% 0.7% -
HSV(B) 277.18º 0.33% 0.84% -
XYZ 42.45 35.06 68.15 -
YUV 164.25 156.08 144.23 -
System Red Green Blue C M Y K H S L
Decimal 187 143 214 0.13 0.33 0 0.16 277.18 0.46 0.7
Hex BB 8F D6 D 21 0 10 115 2E 46
Octal 273 217 326 15 41 0 20 425 56 106
Binary 10111011 10001111 11010110 1101 100001 0 10000 100010101 101110 1000110

Color Harmonies of #BB8FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8FD6

Black with #BB8FD6

Text Example


Text Example

White with #BB8FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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