Html Css Color HEX #BB7FEE Wisteria

📋 copy color: '#BB7FEE'

red 187 ◦ green 127 ◦ blue 238

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

Shades of Wisteria #BB7FEE

Tints of Wisteria #BB7FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.12%

R = 33.88%
G = 23.01%
B = 43.12%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB7FEE (or 0xBB7FEE) is known color: Wisteria. HEX triplet: BB, 7F and EE. RGB value is (187,127,238). Sum of RGB (Red+Green+Blue) = 187+127+238=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB7FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7FEE is #448011. Grayscale: #9D9D9D. Windows color (decimal): -4489234 or 15630267. OLE color: 15630267.

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

Color convert

RGB 187 127 238 -
CMYK 0.21 0.47 0 0.07
HSL 272.43º 0.77% 0.72% -
HSV(B) 272.43º 0.47% 0.93% -
XYZ 43.52 31.92 84.76 -
YUV 157.59 173.38 148.97 -
System Red Green Blue C M Y K H S L
Decimal 187 127 238 0.21 0.47 0 0.07 272.43 0.77 0.72
Hex BB 7F EE 15 2F 0 7 110 4D 48
Octal 273 177 356 25 57 0 7 420 115 110
Binary 10111011 1111111 11101110 10101 101111 0 111 100010000 1001101 1001000

Color Harmonies of #BB7FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7FEE

Black with #BB7FEE

Text Example


Text Example

White with #BB7FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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