Html Css Color HEX #BC82FE Heliotrope

📋 copy color: '#BC82FE'

red 188 ◦ green 130 ◦ blue 254

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

Shades of Heliotrope #BC82FE

Tints of Heliotrope #BC82FE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.73%

 BLUE value IS 254 (99.61% from 255) = 44.41%

R = 32.87%
G = 22.73%
B = 44.41%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC82FE (or 0xBC82FE) is known color: Heliotrope. HEX triplet: BC, 82 and FE. RGB value is (188,130,254). Sum of RGB (Red+Green+Blue) = 188+130+254=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC82FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC82FE is #437D01. Grayscale: #A1A1A1. Windows color (decimal): -4422914 or 16679612. OLE color: 16679612.

HSL color Cylindrical-coordinate representation of color #BC82FE: hue angle of 268.06º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC82FE is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 130 254 -
CMYK 0.26 0.49 0 0.00
HSL 268.06º 0.98% 0.75% -
HSV(B) 268.06º 0.49% 1% -
XYZ 46.61 33.81 97.84 -
YUV 161.48 180.22 146.92 -
System Red Green Blue C M Y K H S L
Decimal 188 130 254 0.26 0.49 0 0.00 268.06 0.98 0.75
Hex BC 82 FE 1A 31 0 0 10C 62 4B
Octal 274 202 376 32 61 0 0 414 142 113
Binary 10111100 10000010 11111110 11010 110001 0 0 100001100 1100010 1001011

Color Harmonies of #BC82FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC82FE

Black with #BC82FE

Text Example


Text Example

White with #BC82FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC82FE; }

 p { color: rgb(188,130,254); }

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

background-color css

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

 a { background-color: rgb(188,130,254); }

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

border-color css

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

 span { border-color: rgb(188,130,254); }

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