Html Css Color HEX #BB8AF1 Wisteria

📋 copy color: '#BB8AF1'

red 187 ◦ green 138 ◦ blue 241

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

Shades of Wisteria #BB8AF1

Tints of Wisteria #BB8AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.58%

R = 33.04%
G = 24.38%
B = 42.58%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB8AF1 (or 0xBB8AF1) is known color: Wisteria. HEX triplet: BB, 8A and F1. RGB value is (187,138,241). Sum of RGB (Red+Green+Blue) = 187+138+241=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB8AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8AF1 is #44750E. Grayscale: #A4A4A4. Windows color (decimal): -4486415 or 15829691. OLE color: 15829691.

HSL color Cylindrical-coordinate representation of color #BB8AF1: hue angle of 268.54º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB8AF1 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 138 241 -
CMYK 0.22 0.43 0 0.05
HSL 268.54º 0.79% 0.74% -
HSV(B) 268.54º 0.43% 0.95% -
XYZ 45.46 35.09 87.6 -
YUV 164.39 171.23 144.12 -
System Red Green Blue C M Y K H S L
Decimal 187 138 241 0.22 0.43 0 0.05 268.54 0.79 0.74
Hex BB 8A F1 16 2B 0 5 10D 4F 4A
Octal 273 212 361 26 53 0 5 415 117 112
Binary 10111011 10001010 11110001 10110 101011 0 101 100001101 1001111 1001010

Color Harmonies of #BB8AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8AF1

Black with #BB8AF1

Text Example


Text Example

White with #BB8AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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