Html Css Color HEX #BD7AF6 Heliotrope

📋 copy color: '#BD7AF6'

red 189 ◦ green 122 ◦ blue 246

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

Shades of Heliotrope #BD7AF6

Tints of Heliotrope #BD7AF6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.9%

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

R = 33.93%
G = 21.9%
B = 44.17%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BD7AF6 (or 0xBD7AF6) is known color: Heliotrope. HEX triplet: BD, 7A and F6. RGB value is (189,122,246). Sum of RGB (Red+Green+Blue) = 189+122+246=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD7AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7AF6 is #428509. Grayscale: #9B9B9B. Windows color (decimal): -4359434 or 16153277. OLE color: 16153277.

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

Color convert

RGB 189 122 246 -
CMYK 0.23 0.50 0 0.04
HSL 272.42º 0.87% 0.72% -
HSV(B) 272.42º 0.5% 0.96% -
XYZ 44.58 31.39 90.9 -
YUV 156.17 178.7 151.42 -
System Red Green Blue C M Y K H S L
Decimal 189 122 246 0.23 0.50 0 0.04 272.42 0.87 0.72
Hex BD 7A F6 17 32 0 4 110 57 48
Octal 275 172 366 27 62 0 4 420 127 110
Binary 10111101 1111010 11110110 10111 110010 0 100 100010000 1010111 1001000

Color Harmonies of #BD7AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7AF6

Black with #BD7AF6

Text Example


Text Example

White with #BD7AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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