Html Css Color HEX #BB84ED Wisteria

📋 copy color: '#BB84ED'

red 187 ◦ green 132 ◦ blue 237

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

Shades of Wisteria #BB84ED

Tints of Wisteria #BB84ED

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.74%

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

R = 33.63%
G = 23.74%
B = 42.63%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB84ED (or 0xBB84ED) is known color: Wisteria. HEX triplet: BB, 84 and ED. RGB value is (187,132,237). Sum of RGB (Red+Green+Blue) = 187+132+237=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB84ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB84ED is #447B12. Grayscale: #A0A0A0. Windows color (decimal): -4487955 or 15566011. OLE color: 15566011.

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

Color convert

RGB 187 132 237 -
CMYK 0.21 0.44 0 0.07
HSL 271.43º 0.74% 0.72% -
HSV(B) 271.43º 0.44% 0.93% -
XYZ 44.03 33.18 84.2 -
YUV 160.42 171.22 146.96 -
System Red Green Blue C M Y K H S L
Decimal 187 132 237 0.21 0.44 0 0.07 271.43 0.74 0.72
Hex BB 84 ED 15 2C 0 7 10F 4A 48
Octal 273 204 355 25 54 0 7 417 112 110
Binary 10111011 10000100 11101101 10101 101100 0 111 100001111 1001010 1001000

Color Harmonies of #BB84ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB84ED

Black with #BB84ED

Text Example


Text Example

White with #BB84ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB84ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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