Html Css Color HEX #BC81F0 Wisteria

📋 copy color: '#BC81F0'

red 188 ◦ green 129 ◦ blue 240

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

Shades of Wisteria #BC81F0

Tints of Wisteria #BC81F0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.16%

 BLUE value IS 240 (94.14% from 255) = 43.09%

R = 33.75%
G = 23.16%
B = 43.09%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC81F0 (or 0xBC81F0) is known color: Wisteria. HEX triplet: BC, 81 and F0. RGB value is (188,129,240). Sum of RGB (Red+Green+Blue) = 188+129+240=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC81F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC81F0 is #437E0F. Grayscale: #9E9E9E. Windows color (decimal): -4423184 or 15761852. OLE color: 15761852.

HSL color Cylindrical-coordinate representation of color #BC81F0: hue angle of 271.89º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC81F0 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 129 240 -
CMYK 0.22 0.46 0 0.06
HSL 271.89º 0.79% 0.72% -
HSV(B) 271.89º 0.46% 0.94% -
XYZ 44.32 32.68 86.41 -
YUV 159.3 173.55 148.47 -
System Red Green Blue C M Y K H S L
Decimal 188 129 240 0.22 0.46 0 0.06 271.89 0.79 0.72
Hex BC 81 F0 16 2E 0 6 110 4F 48
Octal 274 201 360 26 56 0 6 420 117 110
Binary 10111100 10000001 11110000 10110 101110 0 110 100010000 1001111 1001000

Color Harmonies of #BC81F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC81F0

Black with #BC81F0

Text Example


Text Example

White with #BC81F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC81F0; }

 p { color: rgb(188,129,240); }

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

background-color css

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

 a { background-color: rgb(188,129,240); }

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

border-color css

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

 span { border-color: rgb(188,129,240); }

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