Html Css Color HEX #BB7FF2 Wisteria

📋 copy color: '#BB7FF2'

red 187 ◦ green 127 ◦ blue 242

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

Shades of Wisteria #BB7FF2

Tints of Wisteria #BB7FF2

RGB

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

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

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

R = 33.63%
G = 22.84%
B = 43.53%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB7FF2 (or 0xBB7FF2) is known color: Wisteria. HEX triplet: BB, 7F and F2. RGB value is (187,127,242). Sum of RGB (Red+Green+Blue) = 187+127+242=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB7FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7FF2 is #44800D. Grayscale: #9D9D9D. Windows color (decimal): -4489230 or 15892411. OLE color: 15892411.

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

Color convert

RGB 187 127 242 -
CMYK 0.23 0.48 0 0.05
HSL 271.3º 0.82% 0.72% -
HSV(B) 271.3º 0.48% 0.95% -
XYZ 44.11 32.15 87.89 -
YUV 158.05 175.38 148.65 -
System Red Green Blue C M Y K H S L
Decimal 187 127 242 0.23 0.48 0 0.05 271.3 0.82 0.72
Hex BB 7F F2 17 30 0 5 10F 52 48
Octal 273 177 362 27 60 0 5 417 122 110
Binary 10111011 1111111 11110010 10111 110000 0 101 100001111 1010010 1001000

Color Harmonies of #BB7FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7FF2

Black with #BB7FF2

Text Example


Text Example

White with #BB7FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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