Html Css Color HEX #BB8AED Wisteria

📋 copy color: '#BB8AED'

red 187 ◦ green 138 ◦ blue 237

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

Shades of Wisteria #BB8AED

Tints of Wisteria #BB8AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.17%

R = 33.27%
G = 24.56%
B = 42.17%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB8AED (or 0xBB8AED) is known color: Wisteria. HEX triplet: BB, 8A and ED. RGB value is (187,138,237). Sum of RGB (Red+Green+Blue) = 187+138+237=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB8AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8AED is #447512. Grayscale: #A3A3A3. Windows color (decimal): -4486419 or 15567547. OLE color: 15567547.

HSL color Cylindrical-coordinate representation of color #BB8AED: hue angle of 269.7º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB8AED is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 138 237 -
CMYK 0.21 0.42 0 0.07
HSL 269.7º 0.73% 0.74% -
HSV(B) 269.7º 0.42% 0.93% -
XYZ 44.87 34.86 84.48 -
YUV 163.94 169.23 144.45 -
System Red Green Blue C M Y K H S L
Decimal 187 138 237 0.21 0.42 0 0.07 269.7 0.73 0.74
Hex BB 8A ED 15 2A 0 7 10E 49 4A
Octal 273 212 355 25 52 0 7 416 111 112
Binary 10111011 10001010 11101101 10101 101010 0 111 100001110 1001001 1001010

Color Harmonies of #BB8AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8AED

Black with #BB8AED

Text Example


Text Example

White with #BB8AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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