Html Css Color HEX #BB80F0 Wisteria

📋 copy color: '#BB80F0'

red 187 ◦ green 128 ◦ blue 240

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

Shades of Wisteria #BB80F0

Tints of Wisteria #BB80F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.24%

R = 33.69%
G = 23.06%
B = 43.24%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB80F0 (or 0xBB80F0) is known color: Wisteria. HEX triplet: BB, 80 and F0. RGB value is (187,128,240). Sum of RGB (Red+Green+Blue) = 187+128+240=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB80F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB80F0 is #447F0F. Grayscale: #9E9E9E. Windows color (decimal): -4488976 or 15761595. OLE color: 15761595.

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

Color convert

RGB 187 128 240 -
CMYK 0.22 0.47 0 0.06
HSL 271.61º 0.79% 0.72% -
HSV(B) 271.61º 0.47% 0.94% -
XYZ 43.94 32.29 86.36 -
YUV 158.41 174.05 148.39 -
System Red Green Blue C M Y K H S L
Decimal 187 128 240 0.22 0.47 0 0.06 271.61 0.79 0.72
Hex BB 80 F0 16 2F 0 6 110 4F 48
Octal 273 200 360 26 57 0 6 420 117 110
Binary 10111011 10000000 11110000 10110 101111 0 110 100010000 1001111 1001000

Color Harmonies of #BB80F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB80F0

Black with #BB80F0

Text Example


Text Example

White with #BB80F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB80F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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