Html Css Color HEX #BD74EF Heliotrope

📋 copy color: '#BD74EF'

red 189 ◦ green 116 ◦ blue 239

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

Shades of Heliotrope #BD74EF

Tints of Heliotrope #BD74EF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.32%

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

R = 34.74%
G = 21.32%
B = 43.93%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD74EF (or 0xBD74EF) is known color: Heliotrope. HEX triplet: BD, 74 and EF. RGB value is (189,116,239). Sum of RGB (Red+Green+Blue) = 189+116+239=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD74EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD74EF is #428B10. Grayscale: #979797. Windows color (decimal): -4360977 or 15692989. OLE color: 15692989.

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

Color convert

RGB 189 116 239 -
CMYK 0.21 0.51 0 0.06
HSL 275.61º 0.79% 0.7% -
HSV(B) 275.61º 0.51% 0.94% -
XYZ 42.81 29.54 85.11 -
YUV 151.85 177.18 154.5 -
System Red Green Blue C M Y K H S L
Decimal 189 116 239 0.21 0.51 0 0.06 275.61 0.79 0.7
Hex BD 74 EF 15 33 0 6 114 4F 46
Octal 275 164 357 25 63 0 6 424 117 106
Binary 10111101 1110100 11101111 10101 110011 0 110 100010100 1001111 1000110

Color Harmonies of #BD74EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD74EF

Black with #BD74EF

Text Example


Text Example

White with #BD74EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD74EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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