Html Css Color HEX #BC84FA Wisteria

📋 copy color: '#BC84FA'

red 188 ◦ green 132 ◦ blue 250

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

Shades of Wisteria #BC84FA

Tints of Wisteria #BC84FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 32.98%
G = 23.16%
B = 43.86%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC84FA (or 0xBC84FA) is known color: Wisteria. HEX triplet: BC, 84 and FA. RGB value is (188,132,250). Sum of RGB (Red+Green+Blue) = 188+132+250=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC84FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC84FA is #437B05. Grayscale: #A1A1A1. Windows color (decimal): -4422406 or 16417980. OLE color: 16417980.

HSL color Cylindrical-coordinate representation of color #BC84FA: hue angle of 268.47º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC84FA is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 132 250 -
CMYK 0.25 0.47 0 0.02
HSL 268.47º 0.92% 0.75% -
HSV(B) 268.47º 0.47% 0.98% -
XYZ 46.25 34.1 94.59 -
YUV 162.2 177.55 146.41 -
System Red Green Blue C M Y K H S L
Decimal 188 132 250 0.25 0.47 0 0.02 268.47 0.92 0.75
Hex BC 84 FA 19 2F 0 2 10C 5C 4B
Octal 274 204 372 31 57 0 2 414 134 113
Binary 10111100 10000100 11111010 11001 101111 0 10 100001100 1011100 1001011

Color Harmonies of #BC84FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC84FA

Black with #BC84FA

Text Example


Text Example

White with #BC84FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC84FA; }

 p { color: rgb(188,132,250); }

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

background-color css

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

 a { background-color: rgb(188,132,250); }

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

border-color css

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

 span { border-color: rgb(188,132,250); }

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