Html Css Color HEX #BB7EDA Wisteria

📋 copy color: '#BB7EDA'

red 187 ◦ green 126 ◦ blue 218

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

Shades of Wisteria #BB7EDA

Tints of Wisteria #BB7EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 35.22%
G = 23.73%
B = 41.05%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB7EDA (or 0xBB7EDA) is known color: Wisteria. HEX triplet: BB, 7E and DA. RGB value is (187,126,218). Sum of RGB (Red+Green+Blue) = 187+126+218=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB7EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7EDA is #448125. Grayscale: #9A9A9A. Windows color (decimal): -4489510 or 14319291. OLE color: 14319291.

HSL color Cylindrical-coordinate representation of color #BB7EDA: hue angle of 279.78º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB7EDA is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 126 218 -
CMYK 0.14 0.42 0 0.15
HSL 279.78º 0.55% 0.67% -
HSV(B) 279.78º 0.42% 0.85% -
XYZ 40.61 30.55 70.09 -
YUV 154.73 163.71 151.02 -
System Red Green Blue C M Y K H S L
Decimal 187 126 218 0.14 0.42 0 0.15 279.78 0.55 0.67
Hex BB 7E DA E 2A 0 F 118 37 43
Octal 273 176 332 16 52 0 17 430 67 103
Binary 10111011 1111110 11011010 1110 101010 0 1111 100011000 110111 1000011

Color Harmonies of #BB7EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7EDA

Black with #BB7EDA

Text Example


Text Example

White with #BB7EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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