Html Css Color HEX #BD5DFF Heliotrope

📋 copy color: '#BD5DFF'

red 189 ◦ green 93 ◦ blue 255

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

Shades of Heliotrope #BD5DFF

Tints of Heliotrope #BD5DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.49%

R = 35.2%
G = 17.32%
B = 47.49%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD5DFF (or 0xBD5DFF) is known color: Heliotrope. HEX triplet: BD, 5D and FF. RGB value is (189,93,255). Sum of RGB (Red+Green+Blue) = 189+93+255=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 93 (36.72% from 255 or 17.32% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD5DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5DFF is #42A200. Grayscale: #8B8B8B. Windows color (decimal): -4366849 or 16735677. OLE color: 16735677.

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

Color convert

RGB 189 93 255 -
CMYK 0.26 0.64 0 0
HSL 275.56º 1% 0.68% -
HSV(B) 275.56º 0.64% 1% -
XYZ 42.95 25.87 97.34 -
YUV 140.17 192.8 162.83 -
System Red Green Blue C M Y K H S L
Decimal 189 93 255 0.26 0.64 0 0 275.56 1 0.68
Hex BD 5D FF 1A 40 0 0 114 64 44
Octal 275 135 377 32 100 0 0 424 144 104
Binary 10111101 1011101 11111111 11010 1000000 0 0 100010100 1100100 1000100

Color Harmonies of #BD5DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5DFF

Black with #BD5DFF

Text Example


Text Example

White with #BD5DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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