Html Css Color HEX #BD59FE Heliotrope

📋 copy color: '#BD59FE'

red 189 ◦ green 89 ◦ blue 254

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

Shades of Heliotrope #BD59FE

Tints of Heliotrope #BD59FE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.73%

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

R = 35.53%
G = 16.73%
B = 47.74%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD59FE (or 0xBD59FE) is known color: Heliotrope. HEX triplet: BD, 59 and FE. RGB value is (189,89,254). Sum of RGB (Red+Green+Blue) = 189+89+254=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 89 (35.16% from 255 or 16.73% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD59FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD59FE is #42A601. Grayscale: #898989. Windows color (decimal): -4367874 or 16669117. OLE color: 16669117.

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

Color convert

RGB 189 89 254 -
CMYK 0.26 0.65 0 0.00
HSL 276.36º 0.99% 0.67% -
HSV(B) 276.36º 0.65% 1% -
XYZ 42.45 25.12 96.38 -
YUV 137.71 193.63 164.58 -
System Red Green Blue C M Y K H S L
Decimal 189 89 254 0.26 0.65 0 0.00 276.36 0.99 0.67
Hex BD 59 FE 1A 41 0 0 114 63 43
Octal 275 131 376 32 101 0 0 424 143 103
Binary 10111101 1011001 11111110 11010 1000001 0 0 100010100 1100011 1000011

Color Harmonies of #BD59FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD59FE

Black with #BD59FE

Text Example


Text Example

White with #BD59FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD59FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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