Html Css Color HEX #BD6DFE Heliotrope

📋 copy color: '#BD6DFE'

red 189 ◦ green 109 ◦ blue 254

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

Shades of Heliotrope #BD6DFE

Tints of Heliotrope #BD6DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.01%

R = 34.24%
G = 19.75%
B = 46.01%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD6DFE (or 0xBD6DFE) is known color: Heliotrope. HEX triplet: BD, 6D and FE. RGB value is (189,109,254). Sum of RGB (Red+Green+Blue) = 189+109+254=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 109 (42.97% from 255 or 19.75% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD6DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6DFE is #429201. Grayscale: #949494. Windows color (decimal): -4362754 or 16674237. OLE color: 16674237.

HSL color Cylindrical-coordinate representation of color #BD6DFE: hue angle of 273.1º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD6DFE is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 109 254 -
CMYK 0.26 0.57 0 0.00
HSL 273.1º 0.99% 0.71% -
HSV(B) 273.1º 0.57% 1% -
XYZ 44.34 28.91 97.01 -
YUV 149.45 187 156.21 -
System Red Green Blue C M Y K H S L
Decimal 189 109 254 0.26 0.57 0 0.00 273.1 0.99 0.71
Hex BD 6D FE 1A 39 0 0 111 63 47
Octal 275 155 376 32 71 0 0 421 143 107
Binary 10111101 1101101 11111110 11010 111001 0 0 100010001 1100011 1000111

Color Harmonies of #BD6DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6DFE

Black with #BD6DFE

Text Example


Text Example

White with #BD6DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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