Html Css Color HEX #BD74EC Heliotrope

📋 copy color: '#BD74EC'

red 189 ◦ green 116 ◦ blue 236

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

Shades of Heliotrope #BD74EC

Tints of Heliotrope #BD74EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.62%

R = 34.94%
G = 21.44%
B = 43.62%

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

#BD74EC (or 0xBD74EC) is known color: Heliotrope. HEX triplet: BD, 74 and EC. RGB value is (189,116,236). Sum of RGB (Red+Green+Blue) = 189+116+236=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD74EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD74EC is #428B13. Grayscale: #979797. Windows color (decimal): -4360980 or 15496381. OLE color: 15496381.

HSL color Cylindrical-coordinate representation of color #BD74EC: hue angle of 276.5º degrees, saturation: 0.76, 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 #BD74EC is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 116 236 -
CMYK 0.20 0.51 0 0.07
HSL 276.5º 0.76% 0.69% -
HSV(B) 276.5º 0.51% 0.93% -
XYZ 42.37 29.37 82.79 -
YUV 151.51 175.68 154.74 -
System Red Green Blue C M Y K H S L
Decimal 189 116 236 0.20 0.51 0 0.07 276.5 0.76 0.69
Hex BD 74 EC 14 33 0 7 114 4C 45
Octal 275 164 354 24 63 0 7 424 114 105
Binary 10111101 1110100 11101100 10100 110011 0 111 100010100 1001100 1000101

Color Harmonies of #BD74EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD74EC

Black with #BD74EC

Text Example


Text Example

White with #BD74EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD74EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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