Html Css Color HEX #BD6AF2 Heliotrope

📋 copy color: '#BD6AF2'

red 189 ◦ green 106 ◦ blue 242

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

Shades of Heliotrope #BD6AF2

Tints of Heliotrope #BD6AF2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.74%

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

R = 35.2%
G = 19.74%
B = 45.07%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD6AF2 (or 0xBD6AF2) is known color: Heliotrope. HEX triplet: BD, 6A and F2. RGB value is (189,106,242). Sum of RGB (Red+Green+Blue) = 189+106+242=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD6AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6AF2 is #42950D. Grayscale: #919191. Windows color (decimal): -4363534 or 15887037. OLE color: 15887037.

HSL color Cylindrical-coordinate representation of color #BD6AF2: hue angle of 276.62º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD6AF2 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 106 242 -
CMYK 0.22 0.56 0 0.05
HSL 276.62º 0.84% 0.68% -
HSV(B) 276.62º 0.56% 0.95% -
XYZ 42.17 27.54 87.1 -
YUV 146.32 182 158.44 -
System Red Green Blue C M Y K H S L
Decimal 189 106 242 0.22 0.56 0 0.05 276.62 0.84 0.68
Hex BD 6A F2 16 38 0 5 115 54 44
Octal 275 152 362 26 70 0 5 425 124 104
Binary 10111101 1101010 11110010 10110 111000 0 101 100010101 1010100 1000100

Color Harmonies of #BD6AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6AF2

Black with #BD6AF2

Text Example


Text Example

White with #BD6AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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