Html Css Color HEX #BD73FF Heliotrope

📋 copy color: '#BD73FF'

red 189 ◦ green 115 ◦ blue 255

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

Shades of Heliotrope #BD73FF

Tints of Heliotrope #BD73FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.62%

R = 33.81%
G = 20.57%
B = 45.62%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD73FF (or 0xBD73FF) is known color: Heliotrope. HEX triplet: BD, 73 and FF. RGB value is (189,115,255). Sum of RGB (Red+Green+Blue) = 189+115+255=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 115 (45.31% from 255 or 20.57% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD73FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD73FF is #428C00. Grayscale: #989898. Windows color (decimal): -4361217 or 16741309. OLE color: 16741309.

HSL color Cylindrical-coordinate representation of color #BD73FF: hue angle of 271.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD73FF is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 189 115 255 -
CMYK 0.26 0.55 0 0
HSL 271.71º 1% 0.73% -
HSV(B) 271.71º 0.55% 1% -
XYZ 45.17 30.3 98.08 -
YUV 153.09 185.52 153.62 -
System Red Green Blue C M Y K H S L
Decimal 189 115 255 0.26 0.55 0 0 271.71 1 0.73
Hex BD 73 FF 1A 37 0 0 110 64 49
Octal 275 163 377 32 67 0 0 420 144 111
Binary 10111101 1110011 11111111 11010 110111 0 0 100010000 1100100 1001001

Color Harmonies of #BD73FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD73FF

Black with #BD73FF

Text Example


Text Example

White with #BD73FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD73FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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