Html Css Color HEX #BB8FDA Wisteria

📋 copy color: '#BB8FDA'

red 187 ◦ green 143 ◦ blue 218

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

Shades of Wisteria #BB8FDA

Tints of Wisteria #BB8FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.78%

R = 34.12%
G = 26.09%
B = 39.78%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB8FDA (or 0xBB8FDA) is known color: Wisteria. HEX triplet: BB, 8F and DA. RGB value is (187,143,218). Sum of RGB (Red+Green+Blue) = 187+143+218=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB8FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FDA is #447025. Grayscale: #A4A4A4. Windows color (decimal): -4485158 or 14323643. OLE color: 14323643.

HSL color Cylindrical-coordinate representation of color #BB8FDA: hue angle of 275.2º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB8FDA is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 143 218 -
CMYK 0.14 0.34 0 0.15
HSL 275.2º 0.5% 0.71% -
HSV(B) 275.2º 0.34% 0.85% -
XYZ 42.97 35.27 70.87 -
YUV 164.71 158.08 143.9 -
System Red Green Blue C M Y K H S L
Decimal 187 143 218 0.14 0.34 0 0.15 275.2 0.5 0.71
Hex BB 8F DA E 22 0 F 113 32 47
Octal 273 217 332 16 42 0 17 423 62 107
Binary 10111011 10001111 11011010 1110 100010 0 1111 100010011 110010 1000111

Color Harmonies of #BB8FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8FDA

Black with #BB8FDA

Text Example


Text Example

White with #BB8FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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