Html Css Color HEX #BB83ED Wisteria

📋 copy color: '#BB83ED'

red 187 ◦ green 131 ◦ blue 237

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

Shades of Wisteria #BB83ED

Tints of Wisteria #BB83ED

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.6%

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

R = 33.69%
G = 23.6%
B = 42.7%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB83ED (or 0xBB83ED) is known color: Wisteria. HEX triplet: BB, 83 and ED. RGB value is (187,131,237). Sum of RGB (Red+Green+Blue) = 187+131+237=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB83ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB83ED is #447C12. Grayscale: #9F9F9F. Windows color (decimal): -4488211 or 15565755. OLE color: 15565755.

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

Color convert

RGB 187 131 237 -
CMYK 0.21 0.45 0 0.07
HSL 271.7º 0.75% 0.72% -
HSV(B) 271.7º 0.45% 0.93% -
XYZ 43.9 32.91 84.16 -
YUV 159.83 171.55 147.38 -
System Red Green Blue C M Y K H S L
Decimal 187 131 237 0.21 0.45 0 0.07 271.7 0.75 0.72
Hex BB 83 ED 15 2D 0 7 110 4B 48
Octal 273 203 355 25 55 0 7 420 113 110
Binary 10111011 10000011 11101101 10101 101101 0 111 100010000 1001011 1001000

Color Harmonies of #BB83ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB83ED

Black with #BB83ED

Text Example


Text Example

White with #BB83ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB83ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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