Html Css Color HEX #BB8ADA Wisteria

📋 copy color: '#BB8ADA'

red 187 ◦ green 138 ◦ blue 218

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

Shades of Wisteria #BB8ADA

Tints of Wisteria #BB8ADA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.41%

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

R = 34.44%
G = 25.41%
B = 40.15%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB8ADA (or 0xBB8ADA) is known color: Wisteria. HEX triplet: BB, 8A and DA. RGB value is (187,138,218). Sum of RGB (Red+Green+Blue) = 187+138+218=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB8ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ADA is #447525. Grayscale: #A1A1A1. Windows color (decimal): -4486438 or 14322363. OLE color: 14322363.

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

Color convert

RGB 187 138 218 -
CMYK 0.14 0.37 0 0.15
HSL 276.75º 0.52% 0.7% -
HSV(B) 276.75º 0.37% 0.85% -
XYZ 42.24 33.8 70.63 -
YUV 161.77 159.73 146 -
System Red Green Blue C M Y K H S L
Decimal 187 138 218 0.14 0.37 0 0.15 276.75 0.52 0.7
Hex BB 8A DA E 25 0 F 115 34 46
Octal 273 212 332 16 45 0 17 425 64 106
Binary 10111011 10001010 11011010 1110 100101 0 1111 100010101 110100 1000110

Color Harmonies of #BB8ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8ADA

Black with #BB8ADA

Text Example


Text Example

White with #BB8ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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