Html Css Color HEX #BC83F5 Wisteria

📋 copy color: '#BC83F5'

red 188 ◦ green 131 ◦ blue 245

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

Shades of Wisteria #BC83F5

Tints of Wisteria #BC83F5

RGB

 RED value IS 188 (73.83% from 255) = 33.33%

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

 BLUE value IS 245 (96.09% from 255) = 43.44%

R = 33.33%
G = 23.23%
B = 43.44%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BC83F5 (or 0xBC83F5) is known color: Wisteria. HEX triplet: BC, 83 and F5. RGB value is (188,131,245). Sum of RGB (Red+Green+Blue) = 188+131+245=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 131 (51.56% from 255 or 23.23% from 564); Blue value is 245 (96.09% from 255 or 43.44% from 564); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC83F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC83F5 is #437C0A. Grayscale: #A0A0A0. Windows color (decimal): -4422667 or 16090044. OLE color: 16090044.

HSL color Cylindrical-coordinate representation of color #BC83F5: hue angle of 270º degrees, saturation: 0.85, 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 #BC83F5 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 131 245 -
CMYK 0.23 0.47 0 0.04
HSL 270º 0.85% 0.74% -
HSV(B) 270º 0.47% 0.96% -
XYZ 45.34 33.52 90.47 -
YUV 161.04 175.38 147.23 -
System Red Green Blue C M Y K H S L
Decimal 188 131 245 0.23 0.47 0 0.04 270 0.85 0.74
Hex BC 83 F5 17 2F 0 4 10E 55 4A
Octal 274 203 365 27 57 0 4 416 125 112
Binary 10111100 10000011 11110101 10111 101111 0 100 100001110 1010101 1001010

Color Harmonies of #BC83F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC83F5

Black with #BC83F5

Text Example


Text Example

White with #BC83F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC83F5; }

 p { color: rgb(188,131,245); }

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

background-color css

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

 a { background-color: rgb(188,131,245); }

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

border-color css

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

 span { border-color: rgb(188,131,245); }

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