Html Css Color HEX #BC72FA Heliotrope

📋 copy color: '#BC72FA'

red 188 ◦ green 114 ◦ blue 250

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

Shades of Heliotrope #BC72FA

Tints of Heliotrope #BC72FA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.65%

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

R = 34.06%
G = 20.65%
B = 45.29%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC72FA (or 0xBC72FA) is known color: Heliotrope. HEX triplet: BC, 72 and FA. RGB value is (188,114,250). Sum of RGB (Red+Green+Blue) = 188+114+250=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 114 (44.92% from 255 or 20.65% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC72FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC72FA is #438D05. Grayscale: #979797. Windows color (decimal): -4427014 or 16413372. OLE color: 16413372.

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

Color convert

RGB 188 114 250 -
CMYK 0.25 0.54 0 0.02
HSL 272.65º 0.93% 0.71% -
HSV(B) 272.65º 0.54% 0.98% -
XYZ 44.01 29.63 93.84 -
YUV 151.63 183.52 153.94 -
System Red Green Blue C M Y K H S L
Decimal 188 114 250 0.25 0.54 0 0.02 272.65 0.93 0.71
Hex BC 72 FA 19 36 0 2 111 5D 47
Octal 274 162 372 31 66 0 2 421 135 107
Binary 10111100 1110010 11111010 11001 110110 0 10 100010001 1011101 1000111

Color Harmonies of #BC72FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC72FA

Black with #BC72FA

Text Example


Text Example

White with #BC72FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC72FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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