Html Css Color HEX #BB7BE7 Wisteria

📋 copy color: '#BB7BE7'

red 187 ◦ green 123 ◦ blue 231

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

Shades of Wisteria #BB7BE7

Tints of Wisteria #BB7BE7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.74%

 BLUE value IS 231 (90.63% from 255) = 42.7%

R = 34.57%
G = 22.74%
B = 42.7%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB7BE7 (or 0xBB7BE7) is known color: Wisteria. HEX triplet: BB, 7B and E7. RGB value is (187,123,231). Sum of RGB (Red+Green+Blue) = 187+123+231=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 231 (90.62% from 255 or 42.70% from 541); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB7BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7BE7 is #448418. Grayscale: #9A9A9A. Windows color (decimal): -4490265 or 15170491. OLE color: 15170491.

HSL color Cylindrical-coordinate representation of color #BB7BE7: hue angle of 275.56º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB7BE7 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 123 231 -
CMYK 0.19 0.47 0 0.09
HSL 275.56º 0.69% 0.69% -
HSV(B) 275.56º 0.47% 0.91% -
XYZ 42 30.5 79.27 -
YUV 154.45 171.2 151.22 -
System Red Green Blue C M Y K H S L
Decimal 187 123 231 0.19 0.47 0 0.09 275.56 0.69 0.69
Hex BB 7B E7 13 2F 0 9 114 45 45
Octal 273 173 347 23 57 0 11 424 105 105
Binary 10111011 1111011 11100111 10011 101111 0 1001 100010100 1000101 1000101

Color Harmonies of #BB7BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7BE7

Black with #BB7BE7

Text Example


Text Example

White with #BB7BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7BE7; }

 p { color: rgb(187,123,231); }

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

background-color css

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

 a { background-color: rgb(187,123,231); }

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

border-color css

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

 span { border-color: rgb(187,123,231); }

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