Html Css Color HEX #BC74FB Heliotrope

📋 copy color: '#BC74FB'

red 188 ◦ green 116 ◦ blue 251

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

Shades of Heliotrope #BC74FB

Tints of Heliotrope #BC74FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.23%

R = 33.87%
G = 20.9%
B = 45.23%

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

#BC74FB (or 0xBC74FB) is known color: Heliotrope. HEX triplet: BC, 74 and FB. RGB value is (188,116,251). Sum of RGB (Red+Green+Blue) = 188+116+251=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC74FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC74FB is #438B04. Grayscale: #989898. Windows color (decimal): -4426501 or 16479420. OLE color: 16479420.

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

Color convert

RGB 188 116 251 -
CMYK 0.25 0.54 0 0.02
HSL 272º 0.94% 0.72% -
HSV(B) 272º 0.54% 0.98% -
XYZ 44.4 30.15 94.75 -
YUV 152.92 183.35 153.02 -
System Red Green Blue C M Y K H S L
Decimal 188 116 251 0.25 0.54 0 0.02 272 0.94 0.72
Hex BC 74 FB 19 36 0 2 110 5E 48
Octal 274 164 373 31 66 0 2 420 136 110
Binary 10111100 1110100 11111011 11001 110110 0 10 100010000 1011110 1001000

Color Harmonies of #BC74FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC74FB

Black with #BC74FB

Text Example


Text Example

White with #BC74FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC74FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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