Html Css Color HEX #BB83F6 Wisteria

📋 copy color: '#BB83F6'

red 187 ◦ green 131 ◦ blue 246

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

Shades of Wisteria #BB83F6

Tints of Wisteria #BB83F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.62%

R = 33.16%
G = 23.23%
B = 43.62%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BB83F6 (or 0xBB83F6) is known color: Wisteria. HEX triplet: BB, 83 and F6. RGB value is (187,131,246). Sum of RGB (Red+Green+Blue) = 187+131+246=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 131 (51.56% from 255 or 23.23% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB83F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB83F6 is #447C09. Grayscale: #A0A0A0. Windows color (decimal): -4488202 or 16155579. OLE color: 16155579.

HSL color Cylindrical-coordinate representation of color #BB83F6: hue angle of 269.22º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB83F6 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 131 246 -
CMYK 0.24 0.47 0 0.04
HSL 269.22º 0.86% 0.74% -
HSV(B) 269.22º 0.47% 0.96% -
XYZ 45.24 33.45 91.26 -
YUV 160.85 176.05 146.65 -
System Red Green Blue C M Y K H S L
Decimal 187 131 246 0.24 0.47 0 0.04 269.22 0.86 0.74
Hex BB 83 F6 18 2F 0 4 10D 56 4A
Octal 273 203 366 30 57 0 4 415 126 112
Binary 10111011 10000011 11110110 11000 101111 0 100 100001101 1010110 1001010

Color Harmonies of #BB83F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB83F6

Black with #BB83F6

Text Example


Text Example

White with #BB83F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB83F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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