Html Css Color HEX #BC73FB Heliotrope

📋 copy color: '#BC73FB'

red 188 ◦ green 115 ◦ blue 251

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

Shades of Heliotrope #BC73FB

Tints of Heliotrope #BC73FB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.76%

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

R = 33.94%
G = 20.76%
B = 45.31%

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

#BC73FB (or 0xBC73FB) is known color: Heliotrope. HEX triplet: BC, 73 and FB. RGB value is (188,115,251). Sum of RGB (Red+Green+Blue) = 188+115+251=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 115 (45.31% from 255 or 20.76% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC73FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC73FB is #438C04. Grayscale: #979797. Windows color (decimal): -4426757 or 16479164. OLE color: 16479164.

HSL color Cylindrical-coordinate representation of color #BC73FB: hue angle of 272.21º 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 #BC73FB is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 115 251 -
CMYK 0.25 0.54 0 0.02
HSL 272.21º 0.94% 0.72% -
HSV(B) 272.21º 0.54% 0.98% -
XYZ 44.28 29.92 94.71 -
YUV 152.33 183.68 153.44 -
System Red Green Blue C M Y K H S L
Decimal 188 115 251 0.25 0.54 0 0.02 272.21 0.94 0.72
Hex BC 73 FB 19 36 0 2 110 5E 48
Octal 274 163 373 31 66 0 2 420 136 110
Binary 10111100 1110011 11111011 11001 110110 0 10 100010000 1011110 1001000

Color Harmonies of #BC73FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC73FB

Black with #BC73FB

Text Example


Text Example

White with #BC73FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC73FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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