Html Css Color HEX #BB7BED Wisteria

📋 copy color: '#BB7BED'

red 187 ◦ green 123 ◦ blue 237

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

Shades of Wisteria #BB7BED

Tints of Wisteria #BB7BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.33%

R = 34.19%
G = 22.49%
B = 43.33%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB7BED (or 0xBB7BED) is known color: Wisteria. HEX triplet: BB, 7B and ED. RGB value is (187,123,237). Sum of RGB (Red+Green+Blue) = 187+123+237=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB7BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7BED is #448412. Grayscale: #9A9A9A. Windows color (decimal): -4490259 or 15563707. OLE color: 15563707.

HSL color Cylindrical-coordinate representation of color #BB7BED: hue angle of 273.68º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB7BED is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 123 237 -
CMYK 0.21 0.48 0 0.07
HSL 273.68º 0.76% 0.71% -
HSV(B) 273.68º 0.48% 0.93% -
XYZ 42.86 30.85 83.82 -
YUV 155.13 174.2 150.73 -
System Red Green Blue C M Y K H S L
Decimal 187 123 237 0.21 0.48 0 0.07 273.68 0.76 0.71
Hex BB 7B ED 15 30 0 7 112 4C 47
Octal 273 173 355 25 60 0 7 422 114 107
Binary 10111011 1111011 11101101 10101 110000 0 111 100010010 1001100 1000111

Color Harmonies of #BB7BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7BED

Black with #BB7BED

Text Example


Text Example

White with #BB7BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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