Html Css Color HEX #BC84F2 Wisteria

📋 copy color: '#BC84F2'

red 188 ◦ green 132 ◦ blue 242

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

Shades of Wisteria #BC84F2

Tints of Wisteria #BC84F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.06%

R = 33.45%
G = 23.49%
B = 43.06%

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

#BC84F2 (or 0xBC84F2) is known color: Wisteria. HEX triplet: BC, 84 and F2. RGB value is (188,132,242). Sum of RGB (Red+Green+Blue) = 188+132+242=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC84F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC84F2 is #437B0D. Grayscale: #A0A0A0. Windows color (decimal): -4422414 or 15893692. OLE color: 15893692.

HSL color Cylindrical-coordinate representation of color #BC84F2: hue angle of 270.55º degrees, saturation: 0.81, 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 #BC84F2 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 132 242 -
CMYK 0.22 0.45 0 0.05
HSL 270.55º 0.81% 0.73% -
HSV(B) 270.55º 0.45% 0.95% -
XYZ 45.02 33.6 88.12 -
YUV 161.28 173.55 147.06 -
System Red Green Blue C M Y K H S L
Decimal 188 132 242 0.22 0.45 0 0.05 270.55 0.81 0.73
Hex BC 84 F2 16 2D 0 5 10F 51 49
Octal 274 204 362 26 55 0 5 417 121 111
Binary 10111100 10000100 11110010 10110 101101 0 101 100001111 1010001 1001001

Color Harmonies of #BC84F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC84F2

Black with #BC84F2

Text Example


Text Example

White with #BC84F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC84F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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