Html Css Color HEX #BC74FD Heliotrope

📋 copy color: '#BC74FD'

red 188 ◦ green 116 ◦ blue 253

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

Shades of Heliotrope #BC74FD

Tints of Heliotrope #BC74FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.42%

R = 33.75%
G = 20.83%
B = 45.42%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC74FD (or 0xBC74FD) is known color: Heliotrope. HEX triplet: BC, 74 and FD. RGB value is (188,116,253). Sum of RGB (Red+Green+Blue) = 188+116+253=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 116 (45.70% from 255 or 20.83% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC74FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC74FD is #438B02. Grayscale: #989898. Windows color (decimal): -4426499 or 16610492. OLE color: 16610492.

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

Color convert

RGB 188 116 253 -
CMYK 0.26 0.54 0 0.01
HSL 271.53º 0.97% 0.72% -
HSV(B) 271.53º 0.54% 0.99% -
XYZ 44.71 30.27 96.42 -
YUV 153.15 184.35 152.86 -
System Red Green Blue C M Y K H S L
Decimal 188 116 253 0.26 0.54 0 0.01 271.53 0.97 0.72
Hex BC 74 FD 1A 36 0 1 110 61 48
Octal 274 164 375 32 66 0 1 420 141 110
Binary 10111100 1110100 11111101 11010 110110 0 1 100010000 1100001 1001000

Color Harmonies of #BC74FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC74FD

Black with #BC74FD

Text Example


Text Example

White with #BC74FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC74FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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