Html Css Color HEX #BD73ED Heliotrope

📋 copy color: '#BD73ED'

red 189 ◦ green 115 ◦ blue 237

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

Shades of Heliotrope #BD73ED

Tints of Heliotrope #BD73ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.81%

R = 34.94%
G = 21.26%
B = 43.81%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD73ED (or 0xBD73ED) is known color: Heliotrope. HEX triplet: BD, 73 and ED. RGB value is (189,115,237). Sum of RGB (Red+Green+Blue) = 189+115+237=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD73ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD73ED is #428C12. Grayscale: #969696. Windows color (decimal): -4361235 or 15561661. OLE color: 15561661.

HSL color Cylindrical-coordinate representation of color #BD73ED: hue angle of 276.39º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD73ED is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 115 237 -
CMYK 0.20 0.51 0 0.07
HSL 276.39º 0.77% 0.69% -
HSV(B) 276.39º 0.51% 0.93% -
XYZ 42.4 29.19 83.52 -
YUV 151.03 176.52 155.08 -
System Red Green Blue C M Y K H S L
Decimal 189 115 237 0.20 0.51 0 0.07 276.39 0.77 0.69
Hex BD 73 ED 14 33 0 7 114 4D 45
Octal 275 163 355 24 63 0 7 424 115 105
Binary 10111101 1110011 11101101 10100 110011 0 111 100010100 1001101 1000101

Color Harmonies of #BD73ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD73ED

Black with #BD73ED

Text Example


Text Example

White with #BD73ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD73ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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