Html Css Color HEX #BC74EF Heliotrope

📋 copy color: '#BC74EF'

red 188 ◦ green 116 ◦ blue 239

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

Shades of Heliotrope #BC74EF

Tints of Heliotrope #BC74EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.01%

R = 34.62%
G = 21.36%
B = 44.01%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC74EF (or 0xBC74EF) is known color: Heliotrope. HEX triplet: BC, 74 and EF. RGB value is (188,116,239). Sum of RGB (Red+Green+Blue) = 188+116+239=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC74EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC74EF is #438B10. Grayscale: #979797. Windows color (decimal): -4426513 or 15692988. OLE color: 15692988.

HSL color Cylindrical-coordinate representation of color #BC74EF: hue angle of 275.12º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC74EF is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 116 239 -
CMYK 0.21 0.51 0 0.06
HSL 275.12º 0.79% 0.7% -
HSV(B) 275.12º 0.51% 0.94% -
XYZ 42.56 29.41 85.1 -
YUV 151.55 177.35 154 -
System Red Green Blue C M Y K H S L
Decimal 188 116 239 0.21 0.51 0 0.06 275.12 0.79 0.7
Hex BC 74 EF 15 33 0 6 113 4F 46
Octal 274 164 357 25 63 0 6 423 117 106
Binary 10111100 1110100 11101111 10101 110011 0 110 100010011 1001111 1000110

Color Harmonies of #BC74EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC74EF

Black with #BC74EF

Text Example


Text Example

White with #BC74EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC74EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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