Html Css Color HEX #BB8CDA Wisteria

📋 copy color: '#BB8CDA'

red 187 ◦ green 140 ◦ blue 218

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

Shades of Wisteria #BB8CDA

Tints of Wisteria #BB8CDA

RGB

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

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

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

R = 34.31%
G = 25.69%
B = 40%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB8CDA (or 0xBB8CDA) is known color: Wisteria. HEX triplet: BB, 8C and DA. RGB value is (187,140,218). Sum of RGB (Red+Green+Blue) = 187+140+218=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB8CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CDA is #447325. Grayscale: #A2A2A2. Windows color (decimal): -4485926 or 14322875. OLE color: 14322875.

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

Color convert

RGB 187 140 218 -
CMYK 0.14 0.36 0 0.15
HSL 276.15º 0.51% 0.7% -
HSV(B) 276.15º 0.36% 0.85% -
XYZ 42.53 34.38 70.72 -
YUV 162.95 159.07 145.16 -
System Red Green Blue C M Y K H S L
Decimal 187 140 218 0.14 0.36 0 0.15 276.15 0.51 0.7
Hex BB 8C DA E 24 0 F 114 33 46
Octal 273 214 332 16 44 0 17 424 63 106
Binary 10111011 10001100 11011010 1110 100100 0 1111 100010100 110011 1000110

Color Harmonies of #BB8CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8CDA

Black with #BB8CDA

Text Example


Text Example

White with #BB8CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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