Html Css Color HEX #BD73F7 Heliotrope

📋 copy color: '#BD73F7'

red 189 ◦ green 115 ◦ blue 247

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

Shades of Heliotrope #BD73F7

Tints of Heliotrope #BD73F7

RGB

 RED value IS 189 (74.22% from 255) = 34.3%

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

 BLUE value IS 247 (96.88% from 255) = 44.83%

R = 34.3%
G = 20.87%
B = 44.83%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BD73F7 (or 0xBD73F7) is known color: Heliotrope. HEX triplet: BD, 73 and F7. RGB value is (189,115,247). Sum of RGB (Red+Green+Blue) = 189+115+247=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 247 (96.88% from 255 or 44.83% from 551); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD73F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD73F7 is #428C08. Grayscale: #979797. Windows color (decimal): -4361225 or 16217021. OLE color: 16217021.

HSL color Cylindrical-coordinate representation of color #BD73F7: hue angle of 273.64º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD73F7 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 115 247 -
CMYK 0.23 0.53 0 0.03
HSL 273.64º 0.89% 0.71% -
HSV(B) 273.64º 0.53% 0.97% -
XYZ 43.91 29.8 91.43 -
YUV 152.17 181.52 154.27 -
System Red Green Blue C M Y K H S L
Decimal 189 115 247 0.23 0.53 0 0.03 273.64 0.89 0.71
Hex BD 73 F7 17 35 0 3 112 59 47
Octal 275 163 367 27 65 0 3 422 131 107
Binary 10111101 1110011 11110111 10111 110101 0 11 100010010 1011001 1000111

Color Harmonies of #BD73F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD73F7

Black with #BD73F7

Text Example


Text Example

White with #BD73F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD73F7; }

 p { color: rgb(189,115,247); }

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

background-color css

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

 a { background-color: rgb(189,115,247); }

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

border-color css

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

 span { border-color: rgb(189,115,247); }

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