Html Css Color HEX #BC74FF Heliotrope

📋 copy color: '#BC74FF'

red 188 ◦ green 116 ◦ blue 255

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

Shades of Heliotrope #BC74FF

Tints of Heliotrope #BC74FF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.75%

 BLUE value IS 255 (100% from 255) = 45.62%

R = 33.63%
G = 20.75%
B = 45.62%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC74FF (or 0xBC74FF) is known color: Heliotrope. HEX triplet: BC, 74 and FF. RGB value is (188,116,255). Sum of RGB (Red+Green+Blue) = 188+116+255=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC74FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC74FF is #438B00. Grayscale: #989898. Windows color (decimal): -4426497 or 16741564. OLE color: 16741564.

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

Color convert

RGB 188 116 255 -
CMYK 0.26 0.55 0 0
HSL 271.08º 1% 0.73% -
HSV(B) 271.08º 0.55% 1% -
XYZ 45.03 30.4 98.1 -
YUV 153.37 185.35 152.7 -
System Red Green Blue C M Y K H S L
Decimal 188 116 255 0.26 0.55 0 0 271.08 1 0.73
Hex BC 74 FF 1A 37 0 0 10F 64 49
Octal 274 164 377 32 67 0 0 417 144 111
Binary 10111100 1110100 11111111 11010 110111 0 0 100001111 1100100 1001001

Color Harmonies of #BC74FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC74FF

Black with #BC74FF

Text Example


Text Example

White with #BC74FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC74FF; }

 p { color: rgb(188,116,255); }

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

background-color css

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

 a { background-color: rgb(188,116,255); }

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

border-color css

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

 span { border-color: rgb(188,116,255); }

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