Html Css Color HEX #BB8CDC Wisteria

📋 copy color: '#BB8CDC'

red 187 ◦ green 140 ◦ blue 220

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

Shades of Wisteria #BB8CDC

Tints of Wisteria #BB8CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.59%

 BLUE value IS 220 (86.33% from 255) = 40.22%

R = 34.19%
G = 25.59%
B = 40.22%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB8CDC (or 0xBB8CDC) is known color: Wisteria. HEX triplet: BB, 8C and DC. RGB value is (187,140,220). Sum of RGB (Red+Green+Blue) = 187+140+220=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB8CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CDC is #447323. Grayscale: #A2A2A2. Windows color (decimal): -4485924 or 14453947. OLE color: 14453947.

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

Color convert

RGB 187 140 220 -
CMYK 0.15 0.36 0 0.14
HSL 275.25º 0.53% 0.71% -
HSV(B) 275.25º 0.36% 0.86% -
XYZ 42.79 34.49 72.11 -
YUV 163.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 187 140 220 0.15 0.36 0 0.14 275.25 0.53 0.71
Hex BB 8C DC F 24 0 E 113 35 47
Octal 273 214 334 17 44 0 16 423 65 107
Binary 10111011 10001100 11011100 1111 100100 0 1110 100010011 110101 1000111

Color Harmonies of #BB8CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8CDC

Black with #BB8CDC

Text Example


Text Example

White with #BB8CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8CDC; }

 p { color: rgb(187,140,220); }

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

background-color css

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

 a { background-color: rgb(187,140,220); }

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

border-color css

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

 span { border-color: rgb(187,140,220); }

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