Html Css Color HEX #BB80F1 Wisteria

📋 copy color: '#BB80F1'

red 187 ◦ green 128 ◦ blue 241

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

Shades of Wisteria #BB80F1

Tints of Wisteria #BB80F1

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.02%

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

R = 33.63%
G = 23.02%
B = 43.35%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB80F1 (or 0xBB80F1) is known color: Wisteria. HEX triplet: BB, 80 and F1. RGB value is (187,128,241). Sum of RGB (Red+Green+Blue) = 187+128+241=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB80F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB80F1 is #447F0E. Grayscale: #9E9E9E. Windows color (decimal): -4488975 or 15827131. OLE color: 15827131.

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

Color convert

RGB 187 128 241 -
CMYK 0.22 0.47 0 0.05
HSL 271.33º 0.8% 0.72% -
HSV(B) 271.33º 0.47% 0.95% -
XYZ 44.09 32.35 87.14 -
YUV 158.52 174.55 148.31 -
System Red Green Blue C M Y K H S L
Decimal 187 128 241 0.22 0.47 0 0.05 271.33 0.8 0.72
Hex BB 80 F1 16 2F 0 5 10F 50 48
Octal 273 200 361 26 57 0 5 417 120 110
Binary 10111011 10000000 11110001 10110 101111 0 101 100001111 1010000 1001000

Color Harmonies of #BB80F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB80F1

Black with #BB80F1

Text Example


Text Example

White with #BB80F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB80F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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