Html Css Color HEX #BC61FF Heliotrope

📋 copy color: '#BC61FF'

red 188 ◦ green 97 ◦ blue 255

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

Shades of Heliotrope #BC61FF

Tints of Heliotrope #BC61FF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.96%

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

R = 34.81%
G = 17.96%
B = 47.22%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC61FF (or 0xBC61FF) is known color: Heliotrope. HEX triplet: BC, 61 and FF. RGB value is (188,97,255). Sum of RGB (Red+Green+Blue) = 188+97+255=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 97 (38.28% from 255 or 17.96% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC61FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC61FF is #439E00. Grayscale: #8D8D8D. Windows color (decimal): -4431361 or 16736700. OLE color: 16736700.

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

Color convert

RGB 188 97 255 -
CMYK 0.26 0.62 0 0
HSL 274.56º 1% 0.69% -
HSV(B) 274.56º 0.62% 1% -
XYZ 43.06 26.46 97.45 -
YUV 142.22 191.65 160.65 -
System Red Green Blue C M Y K H S L
Decimal 188 97 255 0.26 0.62 0 0 274.56 1 0.69
Hex BC 61 FF 1A 3E 0 0 113 64 45
Octal 274 141 377 32 76 0 0 423 144 105
Binary 10111100 1100001 11111111 11010 111110 0 0 100010011 1100100 1000101

Color Harmonies of #BC61FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC61FF

Black with #BC61FF

Text Example


Text Example

White with #BC61FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC61FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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