Html Css Color HEX #BC82FA Heliotrope

📋 copy color: '#BC82FA'

red 188 ◦ green 130 ◦ blue 250

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

Shades of Heliotrope #BC82FA

Tints of Heliotrope #BC82FA

RGB

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

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

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

R = 33.1%
G = 22.89%
B = 44.01%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC82FA (or 0xBC82FA) is known color: Heliotrope. HEX triplet: BC, 82 and FA. RGB value is (188,130,250). Sum of RGB (Red+Green+Blue) = 188+130+250=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC82FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC82FA is #437D05. Grayscale: #A0A0A0. Windows color (decimal): -4422918 or 16417468. OLE color: 16417468.

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

Color convert

RGB 188 130 250 -
CMYK 0.25 0.48 0 0.02
HSL 269º 0.92% 0.75% -
HSV(B) 269º 0.48% 0.98% -
XYZ 45.98 33.56 94.5 -
YUV 161.02 178.22 147.24 -
System Red Green Blue C M Y K H S L
Decimal 188 130 250 0.25 0.48 0 0.02 269 0.92 0.75
Hex BC 82 FA 19 30 0 2 10D 5C 4B
Octal 274 202 372 31 60 0 2 415 134 113
Binary 10111100 10000010 11111010 11001 110000 0 10 100001101 1011100 1001011

Color Harmonies of #BC82FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC82FA

Black with #BC82FA

Text Example


Text Example

White with #BC82FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC82FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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