Html Css Color HEX #BD7DF6 Heliotrope

📋 copy color: '#BD7DF6'

red 189 ◦ green 125 ◦ blue 246

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

Shades of Heliotrope #BD7DF6

Tints of Heliotrope #BD7DF6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.32%

 BLUE value IS 246 (96.48% from 255) = 43.93%

R = 33.75%
G = 22.32%
B = 43.93%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BD7DF6 (or 0xBD7DF6) is known color: Heliotrope. HEX triplet: BD, 7D and F6. RGB value is (189,125,246). Sum of RGB (Red+Green+Blue) = 189+125+246=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD7DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7DF6 is #428209. Grayscale: #9D9D9D. Windows color (decimal): -4358666 or 16154045. OLE color: 16154045.

HSL color Cylindrical-coordinate representation of color #BD7DF6: hue angle of 271.74º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD7DF6 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 125 246 -
CMYK 0.23 0.49 0 0.04
HSL 271.74º 0.87% 0.73% -
HSV(B) 271.74º 0.49% 0.96% -
XYZ 44.95 32.14 91.02 -
YUV 157.93 177.7 150.16 -
System Red Green Blue C M Y K H S L
Decimal 189 125 246 0.23 0.49 0 0.04 271.74 0.87 0.73
Hex BD 7D F6 17 31 0 4 110 57 49
Octal 275 175 366 27 61 0 4 420 127 111
Binary 10111101 1111101 11110110 10111 110001 0 100 100010000 1010111 1001001

Color Harmonies of #BD7DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7DF6

Black with #BD7DF6

Text Example


Text Example

White with #BD7DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7DF6; }

 p { color: rgb(189,125,246); }

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

background-color css

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

 a { background-color: rgb(189,125,246); }

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

border-color css

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

 span { border-color: rgb(189,125,246); }

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