Html Css Color HEX #BB84F1 Wisteria

📋 copy color: '#BB84F1'

red 187 ◦ green 132 ◦ blue 241

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

Shades of Wisteria #BB84F1

Tints of Wisteria #BB84F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.04%

R = 33.39%
G = 23.57%
B = 43.04%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB84F1 (or 0xBB84F1) is known color: Wisteria. HEX triplet: BB, 84 and F1. RGB value is (187,132,241). Sum of RGB (Red+Green+Blue) = 187+132+241=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB84F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB84F1 is #447B0E. Grayscale: #A0A0A0. Windows color (decimal): -4487951 or 15828155. OLE color: 15828155.

HSL color Cylindrical-coordinate representation of color #BB84F1: hue angle of 270.28º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB84F1 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 132 241 -
CMYK 0.22 0.45 0 0.05
HSL 270.28º 0.8% 0.73% -
HSV(B) 270.28º 0.45% 0.95% -
XYZ 44.62 33.42 87.32 -
YUV 160.87 173.22 146.64 -
System Red Green Blue C M Y K H S L
Decimal 187 132 241 0.22 0.45 0 0.05 270.28 0.8 0.73
Hex BB 84 F1 16 2D 0 5 10E 50 49
Octal 273 204 361 26 55 0 5 416 120 111
Binary 10111011 10000100 11110001 10110 101101 0 101 100001110 1010000 1001001

Color Harmonies of #BB84F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB84F1

Black with #BB84F1

Text Example


Text Example

White with #BB84F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB84F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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