Html Css Color HEX #BB7FE1 Wisteria

📋 copy color: '#BB7FE1'

red 187 ◦ green 127 ◦ blue 225

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

Shades of Wisteria #BB7FE1

Tints of Wisteria #BB7FE1

RGB

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

 GREEN value IS 127 (50% from 255) = 23.56%

 BLUE value IS 225 (88.28% from 255) = 41.74%

R = 34.69%
G = 23.56%
B = 41.74%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB7FE1 (or 0xBB7FE1) is known color: Wisteria. HEX triplet: BB, 7F and E1. RGB value is (187,127,225). Sum of RGB (Red+Green+Blue) = 187+127+225=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB7FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7FE1 is #44801E. Grayscale: #9B9B9B. Windows color (decimal): -4489247 or 14778299. OLE color: 14778299.

HSL color Cylindrical-coordinate representation of color #BB7FE1: hue angle of 276.73º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB7FE1 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 127 225 -
CMYK 0.17 0.44 0 0.12
HSL 276.73º 0.62% 0.69% -
HSV(B) 276.73º 0.44% 0.88% -
XYZ 41.67 31.18 75.06 -
YUV 156.11 166.88 150.03 -
System Red Green Blue C M Y K H S L
Decimal 187 127 225 0.17 0.44 0 0.12 276.73 0.62 0.69
Hex BB 7F E1 11 2C 0 C 115 3E 45
Octal 273 177 341 21 54 0 14 425 76 105
Binary 10111011 1111111 11100001 10001 101100 0 1100 100010101 111110 1000101

Color Harmonies of #BB7FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7FE1

Black with #BB7FE1

Text Example


Text Example

White with #BB7FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7FE1; }

 p { color: rgb(187,127,225); }

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

background-color css

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

 a { background-color: rgb(187,127,225); }

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

border-color css

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

 span { border-color: rgb(187,127,225); }

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