Html Css Color HEX #BC71FE Heliotrope

📋 copy color: '#BC71FE'

red 188 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #BC71FE

Tints of Heliotrope #BC71FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.36%

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

R = 33.87%
G = 20.36%
B = 45.77%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC71FE (or 0xBC71FE) is known color: Heliotrope. HEX triplet: BC, 71 and FE. RGB value is (188,113,254). Sum of RGB (Red+Green+Blue) = 188+113+254=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 113 (44.53% from 255 or 20.36% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC71FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC71FE is #438E01. Grayscale: #979797. Windows color (decimal): -4427266 or 16675260. OLE color: 16675260.

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

Color convert

RGB 188 113 254 -
CMYK 0.26 0.56 0 0.00
HSL 271.91º 0.99% 0.72% -
HSV(B) 271.91º 0.56% 1% -
XYZ 44.53 29.66 97.14 -
YUV 151.5 185.85 154.04 -
System Red Green Blue C M Y K H S L
Decimal 188 113 254 0.26 0.56 0 0.00 271.91 0.99 0.72
Hex BC 71 FE 1A 38 0 0 110 63 48
Octal 274 161 376 32 70 0 0 420 143 110
Binary 10111100 1110001 11111110 11010 111000 0 0 100010000 1100011 1001000

Color Harmonies of #BC71FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC71FE

Black with #BC71FE

Text Example


Text Example

White with #BC71FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC71FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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