Html Css Color HEX #BB8AF8 Wisteria

📋 copy color: '#BB8AF8'

red 187 ◦ green 138 ◦ blue 248

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

Shades of Wisteria #BB8AF8

Tints of Wisteria #BB8AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 43.28%

R = 32.64%
G = 24.08%
B = 43.28%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BB8AF8 (or 0xBB8AF8) is known color: Wisteria. HEX triplet: BB, 8A and F8. RGB value is (187,138,248). Sum of RGB (Red+Green+Blue) = 187+138+248=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 248 (97.27% from 255 or 43.28% from 573); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB8AF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8AF8 is #447507. Grayscale: #A4A4A4. Windows color (decimal): -4486408 or 16288443. OLE color: 16288443.

HSL color Cylindrical-coordinate representation of color #BB8AF8: hue angle of 266.73º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB8AF8 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 138 248 -
CMYK 0.25 0.44 0 0.03
HSL 266.73º 0.89% 0.76% -
HSV(B) 266.73º 0.44% 0.97% -
XYZ 46.53 35.52 93.21 -
YUV 165.19 174.73 143.56 -
System Red Green Blue C M Y K H S L
Decimal 187 138 248 0.25 0.44 0 0.03 266.73 0.89 0.76
Hex BB 8A F8 19 2C 0 3 10B 59 4C
Octal 273 212 370 31 54 0 3 413 131 114
Binary 10111011 10001010 11111000 11001 101100 0 11 100001011 1011001 1001100

Color Harmonies of #BB8AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8AF8

Black with #BB8AF8

Text Example


Text Example

White with #BB8AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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