Html Css Color HEX #BC58FF Heliotrope

📋 copy color: '#BC58FF'

red 188 ◦ green 88 ◦ blue 255

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

Shades of Heliotrope #BC58FF

Tints of Heliotrope #BC58FF

RGB

 RED value IS 188 (73.83% from 255) = 35.4%

 GREEN value IS 88 (34.77% from 255) = 16.57%

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

R = 35.4%
G = 16.57%
B = 48.02%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC58FF (or 0xBC58FF) is known color: Heliotrope. HEX triplet: BC, 58 and FF. RGB value is (188,88,255). Sum of RGB (Red+Green+Blue) = 188+88+255=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 88 (34.77% from 255 or 16.57% 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 #BC58FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC58FF is #43A700. Grayscale: #888888. Windows color (decimal): -4433665 or 16734396. OLE color: 16734396.

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

Color convert

RGB 188 88 255 -
CMYK 0.26 0.65 0 0
HSL 275.93º 1% 0.67% -
HSV(B) 275.93º 0.65% 1% -
XYZ 42.28 24.89 97.18 -
YUV 136.94 194.63 164.42 -
System Red Green Blue C M Y K H S L
Decimal 188 88 255 0.26 0.65 0 0 275.93 1 0.67
Hex BC 58 FF 1A 41 0 0 114 64 43
Octal 274 130 377 32 101 0 0 424 144 103
Binary 10111100 1011000 11111111 11010 1000001 0 0 100010100 1100100 1000011

Color Harmonies of #BC58FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC58FF

Black with #BC58FF

Text Example


Text Example

White with #BC58FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC58FF; }

 p { color: rgb(188,88,255); }

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

background-color css

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

 a { background-color: rgb(188,88,255); }

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

border-color css

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

 span { border-color: rgb(188,88,255); }

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