Html Css Color HEX #BD57FF Heliotrope

📋 copy color: '#BD57FF'

red 189 ◦ green 87 ◦ blue 255

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

Shades of Heliotrope #BD57FF

Tints of Heliotrope #BD57FF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.38%

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

R = 35.59%
G = 16.38%
B = 48.02%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD57FF (or 0xBD57FF) is known color: Heliotrope. HEX triplet: BD, 57 and FF. RGB value is (189,87,255). Sum of RGB (Red+Green+Blue) = 189+87+255=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 87 (34.38% from 255 or 16.38% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD57FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD57FF is #42A800. Grayscale: #888888. Windows color (decimal): -4368385 or 16734141. OLE color: 16734141.

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

Color convert

RGB 189 87 255 -
CMYK 0.26 0.66 0 0
HSL 276.43º 1% 0.67% -
HSV(B) 276.43º 0.66% 1% -
XYZ 42.44 24.86 97.17 -
YUV 136.65 194.79 165.34 -
System Red Green Blue C M Y K H S L
Decimal 189 87 255 0.26 0.66 0 0 276.43 1 0.67
Hex BD 57 FF 1A 42 0 0 114 64 43
Octal 275 127 377 32 102 0 0 424 144 103
Binary 10111101 1010111 11111111 11010 1000010 0 0 100010100 1100100 1000011

Color Harmonies of #BD57FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD57FF

Black with #BD57FF

Text Example


Text Example

White with #BD57FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD57FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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