Html Css Color HEX #BD6DF2 Heliotrope

📋 copy color: '#BD6DF2'

red 189 ◦ green 109 ◦ blue 242

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

Shades of Heliotrope #BD6DF2

Tints of Heliotrope #BD6DF2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.19%

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

R = 35%
G = 20.19%
B = 44.81%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD6DF2 (or 0xBD6DF2) is known color: Heliotrope. HEX triplet: BD, 6D and F2. RGB value is (189,109,242). Sum of RGB (Red+Green+Blue) = 189+109+242=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD6DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6DF2 is #42920D. Grayscale: #939393. Windows color (decimal): -4362766 or 15887805. OLE color: 15887805.

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

Color convert

RGB 189 109 242 -
CMYK 0.22 0.55 0 0.05
HSL 276.09º 0.84% 0.69% -
HSV(B) 276.09º 0.55% 0.95% -
XYZ 42.48 28.17 87.2 -
YUV 148.08 181 157.19 -
System Red Green Blue C M Y K H S L
Decimal 189 109 242 0.22 0.55 0 0.05 276.09 0.84 0.69
Hex BD 6D F2 16 37 0 5 114 54 45
Octal 275 155 362 26 67 0 5 424 124 105
Binary 10111101 1101101 11110010 10110 110111 0 101 100010100 1010100 1000101

Color Harmonies of #BD6DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6DF2

Black with #BD6DF2

Text Example


Text Example

White with #BD6DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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