Html Css Color HEX #BB83F8 Wisteria

📋 copy color: '#BB83F8'

red 187 ◦ green 131 ◦ blue 248

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

Shades of Wisteria #BB83F8

Tints of Wisteria #BB83F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 43.82%

R = 33.04%
G = 23.14%
B = 43.82%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BB83F8 (or 0xBB83F8) is known color: Wisteria. HEX triplet: BB, 83 and F8. RGB value is (187,131,248). Sum of RGB (Red+Green+Blue) = 187+131+248=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 248 (97.27% from 255 or 43.82% from 566); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB83F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB83F8 is #447C07. Grayscale: #A0A0A0. Windows color (decimal): -4488200 or 16286651. OLE color: 16286651.

HSL color Cylindrical-coordinate representation of color #BB83F8: hue angle of 268.72º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB83F8 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 131 248 -
CMYK 0.25 0.47 0 0.03
HSL 268.72º 0.89% 0.74% -
HSV(B) 268.72º 0.47% 0.97% -
XYZ 45.55 33.57 92.89 -
YUV 161.08 177.05 146.49 -
System Red Green Blue C M Y K H S L
Decimal 187 131 248 0.25 0.47 0 0.03 268.72 0.89 0.74
Hex BB 83 F8 19 2F 0 3 10D 59 4A
Octal 273 203 370 31 57 0 3 415 131 112
Binary 10111011 10000011 11111000 11001 101111 0 11 100001101 1011001 1001010

Color Harmonies of #BB83F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB83F8

Black with #BB83F8

Text Example


Text Example

White with #BB83F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB83F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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