Html Css Color HEX #BB7EEA Wisteria

📋 copy color: '#BB7EEA'

red 187 ◦ green 126 ◦ blue 234

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

Shades of Wisteria #BB7EEA

Tints of Wisteria #BB7EEA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.03%

 BLUE value IS 234 (91.8% from 255) = 42.78%

R = 34.19%
G = 23.03%
B = 42.78%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB7EEA (or 0xBB7EEA) is known color: Wisteria. HEX triplet: BB, 7E and EA. RGB value is (187,126,234). Sum of RGB (Red+Green+Blue) = 187+126+234=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB7EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7EEA is #448115. Grayscale: #9C9C9C. Windows color (decimal): -4489494 or 15367867. OLE color: 15367867.

HSL color Cylindrical-coordinate representation of color #BB7EEA: hue angle of 273.89º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB7EEA is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 126 234 -
CMYK 0.20 0.46 0 0.08
HSL 273.89º 0.72% 0.71% -
HSV(B) 273.89º 0.46% 0.92% -
XYZ 42.81 31.43 81.65 -
YUV 156.55 171.71 149.72 -
System Red Green Blue C M Y K H S L
Decimal 187 126 234 0.20 0.46 0 0.08 273.89 0.72 0.71
Hex BB 7E EA 14 2E 0 8 112 48 47
Octal 273 176 352 24 56 0 10 422 110 107
Binary 10111011 1111110 11101010 10100 101110 0 1000 100010010 1001000 1000111

Color Harmonies of #BB7EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7EEA

Black with #BB7EEA

Text Example


Text Example

White with #BB7EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7EEA; }

 p { color: rgb(187,126,234); }

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

background-color css

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

 a { background-color: rgb(187,126,234); }

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

border-color css

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

 span { border-color: rgb(187,126,234); }

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