Html Css Color HEX #BD73EF Heliotrope

📋 copy color: '#BD73EF'

red 189 ◦ green 115 ◦ blue 239

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

Shades of Heliotrope #BD73EF

Tints of Heliotrope #BD73EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.01%

R = 34.81%
G = 21.18%
B = 44.01%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD73EF (or 0xBD73EF) is known color: Heliotrope. HEX triplet: BD, 73 and EF. RGB value is (189,115,239). Sum of RGB (Red+Green+Blue) = 189+115+239=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD73EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD73EF is #428C10. Grayscale: #969696. Windows color (decimal): -4361233 or 15692733. OLE color: 15692733.

HSL color Cylindrical-coordinate representation of color #BD73EF: hue angle of 275.81º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD73EF is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 115 239 -
CMYK 0.21 0.52 0 0.06
HSL 275.81º 0.79% 0.69% -
HSV(B) 275.81º 0.52% 0.94% -
XYZ 42.7 29.31 85.07 -
YUV 151.26 177.52 154.92 -
System Red Green Blue C M Y K H S L
Decimal 189 115 239 0.21 0.52 0 0.06 275.81 0.79 0.69
Hex BD 73 EF 15 34 0 6 114 4F 45
Octal 275 163 357 25 64 0 6 424 117 105
Binary 10111101 1110011 11101111 10101 110100 0 110 100010100 1001111 1000101

Color Harmonies of #BD73EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD73EF

Black with #BD73EF

Text Example


Text Example

White with #BD73EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD73EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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