Html Css Color HEX #BB80F2 Wisteria

📋 copy color: '#BB80F2'

red 187 ◦ green 128 ◦ blue 242

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

Shades of Wisteria #BB80F2

Tints of Wisteria #BB80F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.45%

R = 33.57%
G = 22.98%
B = 43.45%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB80F2 (or 0xBB80F2) is known color: Wisteria. HEX triplet: BB, 80 and F2. RGB value is (187,128,242). Sum of RGB (Red+Green+Blue) = 187+128+242=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB80F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB80F2 is #447F0D. Grayscale: #9E9E9E. Windows color (decimal): -4488974 or 15892667. OLE color: 15892667.

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

Color convert

RGB 187 128 242 -
CMYK 0.23 0.47 0 0.05
HSL 271.05º 0.81% 0.73% -
HSV(B) 271.05º 0.47% 0.95% -
XYZ 44.24 32.41 87.93 -
YUV 158.64 175.05 148.23 -
System Red Green Blue C M Y K H S L
Decimal 187 128 242 0.23 0.47 0 0.05 271.05 0.81 0.73
Hex BB 80 F2 17 2F 0 5 10F 51 49
Octal 273 200 362 27 57 0 5 417 121 111
Binary 10111011 10000000 11110010 10111 101111 0 101 100001111 1010001 1001001

Color Harmonies of #BB80F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB80F2

Black with #BB80F2

Text Example


Text Example

White with #BB80F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB80F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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