Html Css Color HEX #BD7AF2 Heliotrope

📋 copy color: '#BD7AF2'

red 189 ◦ green 122 ◦ blue 242

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

Shades of Heliotrope #BD7AF2

Tints of Heliotrope #BD7AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.76%

R = 34.18%
G = 22.06%
B = 43.76%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD7AF2 (or 0xBD7AF2) is known color: Heliotrope. HEX triplet: BD, 7A and F2. RGB value is (189,122,242). Sum of RGB (Red+Green+Blue) = 189+122+242=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD7AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7AF2 is #42850D. Grayscale: #9B9B9B. Windows color (decimal): -4359438 or 15891133. OLE color: 15891133.

HSL color Cylindrical-coordinate representation of color #BD7AF2: hue angle of 273.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD7AF2 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 122 242 -
CMYK 0.22 0.50 0 0.05
HSL 273.5º 0.82% 0.71% -
HSV(B) 273.5º 0.5% 0.95% -
XYZ 43.97 31.15 87.7 -
YUV 155.71 176.7 151.74 -
System Red Green Blue C M Y K H S L
Decimal 189 122 242 0.22 0.50 0 0.05 273.5 0.82 0.71
Hex BD 7A F2 16 32 0 5 112 52 47
Octal 275 172 362 26 62 0 5 422 122 107
Binary 10111101 1111010 11110010 10110 110010 0 101 100010010 1010010 1000111

Color Harmonies of #BD7AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7AF2

Black with #BD7AF2

Text Example


Text Example

White with #BD7AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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