Html Css Color HEX #BD74F0 Heliotrope

📋 copy color: '#BD74F0'

red 189 ◦ green 116 ◦ blue 240

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

Shades of Heliotrope #BD74F0

Tints of Heliotrope #BD74F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.04%

R = 34.68%
G = 21.28%
B = 44.04%

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

#BD74F0 (or 0xBD74F0) is known color: Heliotrope. HEX triplet: BD, 74 and F0. RGB value is (189,116,240). Sum of RGB (Red+Green+Blue) = 189+116+240=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD74F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD74F0 is #428B0F. Grayscale: #979797. Windows color (decimal): -4360976 or 15758525. OLE color: 15758525.

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

Color convert

RGB 189 116 240 -
CMYK 0.21 0.52 0 0.06
HSL 275.32º 0.81% 0.7% -
HSV(B) 275.32º 0.52% 0.94% -
XYZ 42.96 29.6 85.89 -
YUV 151.96 177.68 154.42 -
System Red Green Blue C M Y K H S L
Decimal 189 116 240 0.21 0.52 0 0.06 275.32 0.81 0.7
Hex BD 74 F0 15 34 0 6 113 51 46
Octal 275 164 360 25 64 0 6 423 121 106
Binary 10111101 1110100 11110000 10101 110100 0 110 100010011 1010001 1000110

Color Harmonies of #BD74F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD74F0

Black with #BD74F0

Text Example


Text Example

White with #BD74F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD74F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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