Html Css Color HEX #BB7FED Wisteria

📋 copy color: '#BB7FED'

red 187 ◦ green 127 ◦ blue 237

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

Shades of Wisteria #BB7FED

Tints of Wisteria #BB7FED

RGB

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

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

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

R = 33.94%
G = 23.05%
B = 43.01%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB7FED (or 0xBB7FED) is known color: Wisteria. HEX triplet: BB, 7F and ED. RGB value is (187,127,237). Sum of RGB (Red+Green+Blue) = 187+127+237=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB7FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7FED is #448012. Grayscale: #9D9D9D. Windows color (decimal): -4489235 or 15564731. OLE color: 15564731.

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

Color convert

RGB 187 127 237 -
CMYK 0.21 0.46 0 0.07
HSL 272.73º 0.75% 0.71% -
HSV(B) 272.73º 0.46% 0.93% -
XYZ 43.37 31.86 83.98 -
YUV 157.48 172.88 149.06 -
System Red Green Blue C M Y K H S L
Decimal 187 127 237 0.21 0.46 0 0.07 272.73 0.75 0.71
Hex BB 7F ED 15 2E 0 7 111 4B 47
Octal 273 177 355 25 56 0 7 421 113 107
Binary 10111011 1111111 11101101 10101 101110 0 111 100010001 1001011 1000111

Color Harmonies of #BB7FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7FED

Black with #BB7FED

Text Example


Text Example

White with #BB7FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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