Html Css Color HEX #BD5DFE Heliotrope

📋 copy color: '#BD5DFE'

red 189 ◦ green 93 ◦ blue 254

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

Shades of Heliotrope #BD5DFE

Tints of Heliotrope #BD5DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.35%

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

R = 35.26%
G = 17.35%
B = 47.39%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD5DFE (or 0xBD5DFE) is known color: Heliotrope. HEX triplet: BD, 5D and FE. RGB value is (189,93,254). Sum of RGB (Red+Green+Blue) = 189+93+254=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 93 (36.72% from 255 or 17.35% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD5DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5DFE is #42A201. Grayscale: #8B8B8B. Windows color (decimal): -4366850 or 16670141. OLE color: 16670141.

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

Color convert

RGB 189 93 254 -
CMYK 0.26 0.63 0 0.00
HSL 275.78º 0.99% 0.68% -
HSV(B) 275.78º 0.63% 1% -
XYZ 42.79 25.8 96.49 -
YUV 140.06 192.3 162.91 -
System Red Green Blue C M Y K H S L
Decimal 189 93 254 0.26 0.63 0 0.00 275.78 0.99 0.68
Hex BD 5D FE 1A 3F 0 0 114 63 44
Octal 275 135 376 32 77 0 0 424 143 104
Binary 10111101 1011101 11111110 11010 111111 0 0 100010100 1100011 1000100

Color Harmonies of #BD5DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5DFE

Black with #BD5DFE

Text Example


Text Example

White with #BD5DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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